Skip to content

Commit

Permalink
chore: drop support for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Nov 21, 2023
1 parent 87616a1 commit 94c9d6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [18.x, 19.x, 20.x]
steps:
- name: 🔐 Harden Runner
uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.0
18.0.0
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 @@ -28,7 +28,7 @@
"knex": "2.5.1"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"standard": {
"env": [
Expand Down

0 comments on commit 94c9d6d

Please sign in to comment.