Skip to content

Commit

Permalink
Update supported node.js versions
Browse files Browse the repository at this point in the history
PR-URL: #312
  • Loading branch information
tshemsedinov committed Jul 1, 2022
1 parent ff71918 commit a32236e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
strategy:
matrix:
node:
- 12
- 14
- 16
- 17
- 18
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\""
},
"engines": {
"node": "^12.9 || 14 || 16 || 17 || 18"
"node": "14 || 16 || 18"
},
"dependencies": {
"metautil": "^3.5.21",
Expand Down

0 comments on commit a32236e

Please sign in to comment.