Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Jul 18, 2023
1 parent f70af6e commit dd1e916
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

name: Node ${{ matrix.node-version }}

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"webpack-cli": "^4.3.1"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"funding": "https://github.com/sponsors/yandeu"
}
}
1 change: 0 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"alwaysStrict": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitUseStrict": true,
"noUnusedLocals": false,
"noUnusedParameters": false
},
Expand Down

0 comments on commit dd1e916

Please sign in to comment.