Skip to content

Commit

Permalink
Merge pull request #478 from jan-molak/fix/node
Browse files Browse the repository at this point in the history
fix(deps): test with Node 12, 14 and 16
  • Loading branch information
jan-molak authored Aug 22, 2021
2 parents 9358f23 + c2e3d45 commit 9a1393c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x, 14.x ]
node-version: [ 12.x, 14.x, 16.x ]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/graceful-fs": "^4.1.5",
"@types/mocha": "^9.0.0",
"@types/mustache": "^4.1.2",
"@types/node": "^14.17.10",
"@types/node": "^14.17.11",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
Expand Down Expand Up @@ -98,7 +98,7 @@
"upath": "^2.0.1"
},
"engines": {
"node": ">= 12"
"node": "^12 || ^14 || ^16"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 9a1393c

Please sign in to comment.