Skip to content

Commit

Permalink
Update node.js supported versions: 14, 16, 17, 18
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed May 27, 2022
1 parent 7adb93d commit 3a1c774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
node:
- 12
- 14
- 16
- 17
- 18
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": "^12.9 || 14 || 16 || 17 || 18"
"node": "14 || 16 || 17 || 18"
},
"dependencies": {
"metacom": "^2.0.7",
Expand Down

0 comments on commit 3a1c774

Please sign in to comment.