Skip to content

Commit

Permalink
feat(node): dropped support for Node 16, introduced support for Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Sep 19, 2024
1 parent 251dd9f commit 71c07be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x, 22.x ]
os: [ ubuntu-latest, windows-latest ]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/jan-molak/npm-failsafe",
"engines": {
"node": "^16.13 || ^18.12 || ^20"
"node": "^18.12 || ^20 || ^22"
},
"devDependencies": {
"@types/chai": "4.3.19",
Expand Down

0 comments on commit 71c07be

Please sign in to comment.