Skip to content

Commit

Permalink
feat: support Node 18
Browse files Browse the repository at this point in the history
We plan to use this in CoMapeo Core (see [this pull request][0]) so we
need to make sure we're compatible with Node 18.

[0]: digidem/comapeo-core#978
  • Loading branch information
EvanHahn committed Dec 18, 2024
1 parent c3c3ed5 commit 29f6425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
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 @@ -54,7 +54,7 @@
"typescript-eslint": "^8.17.0"
},
"engines": {
"node": "^20.18.1",
"node": ">=18.20.0",
"engineStrict": true
},
"prettier": {
Expand Down

0 comments on commit 29f6425

Please sign in to comment.