Skip to content

Commit 092e554

Browse files
committed
Also drop official Node 16 support
Because of a breaking lockfile version change between Node 16 and 18, it's not possible to test Node 16, 18 and 20 in one CI pipeline.
1 parent f32ef51 commit 092e554

File tree

2 files changed

+3
-2315
lines changed

2 files changed

+3
-2315
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x]
16+
node-version: [18.x, 20.x]
1717

1818
steps:
1919
- name: 🛑 Cancel Previous Runs

0 commit comments

Comments
 (0)