Skip to content

Commit

Permalink
Also drop official Node 16 support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhnns committed Aug 13, 2023
1 parent f32ef51 commit 092e554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2,315 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- name: 🛑 Cancel Previous Runs
Expand Down

0 comments on commit 092e554

Please sign in to comment.