Skip to content

Commit

Permalink
chore!: drop Node 16 support (#26)
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 13, 2024
1 parent 36c3333 commit 55ad994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.17.1, 18.17.1, 20.x]
node-version: [18.17.1, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,8 +18,8 @@
"author": "Digital Democracy",
"license": "MIT",
"engines": {
"node": ">=16.17.1",
"npm": ">=8.15.0"
"node": ">=18.17.1",
"npm": ">=9.6.7"
},
"dependencies": {
"@types/better-sqlite3": "^7.6.4",
Expand Down

0 comments on commit 55ad994

Please sign in to comment.