Skip to content

Commit

Permalink
[BREAKING CHANGE] Drop claimed Node 16 support
Browse files Browse the repository at this point in the history
Also add Node 22 to our target test set.
  • Loading branch information
jdforrester committed May 4, 2024
1 parent 468bece commit 1e8adec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"wikimedia"
],
"engine": {
"node": ">=16"
"node": ">=18"
},
"files": [
"common.json",
Expand Down

0 comments on commit 1e8adec

Please sign in to comment.