Skip to content

Commit

Permalink
chore!: drop Node 16 support
Browse files Browse the repository at this point in the history
This removes Node 16 support, given that (1) it is deprecated (2) it
[is no longer used in CoMapeo][0].

[0]: digidem/comapeo-mobile#194
  • Loading branch information
EvanHahn committed Mar 4, 2024
1 parent 7048b4d commit dc4d3ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.17.1, 18.17.1, 20.x]
node-version: [18.17.1, 20.x]

steps:
- uses: actions/checkout@v3
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 @@ -5,7 +5,7 @@
"main": "dist/app.js",
"types": "dist/app.d.ts",
"engines": {
"node": ">=16.17.1"
"node": ">=18.17.1"
},
"scripts": {
"dev": "ts-node-dev --files --transpile-only --respawn --no-notify ./server.ts | pino-pretty",
Expand Down

0 comments on commit dc4d3ca

Please sign in to comment.