Skip to content

Commit

Permalink
Merge pull request #384 from nearform/simoneb-patch-1
Browse files Browse the repository at this point in the history
chore: deprecate Node 16 and add 22
  • Loading branch information
simoneb authored Jun 10, 2024
2 parents c49818f + 2a4beb6 commit f879b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 18
- 20
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/nearform/fastify-secrets-aws#readme",
"engines": {
"node": ">= 12.13.0"
"node": ">=18"
},
"devDependencies": {
"eslint": "^8.18.0",
Expand Down

0 comments on commit f879b69

Please sign in to comment.