Skip to content

Commit

Permalink
Add node.js v19 to CI
Browse files Browse the repository at this point in the history
PR-URL: #1790
  • Loading branch information
tshemsedinov committed Dec 24, 2022
1 parent abd3dc4 commit 4a20bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- 14
- 16
- 18
- 19
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "14 || 16 || 18"
"node": "14 || 16 || 18 || 19"
},
"dependencies": {
"metacom": "^3.0.0-alpha.5",
Expand Down

0 comments on commit 4a20bd6

Please sign in to comment.