Skip to content

Commit

Permalink
feat!: require nodejs 16 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
ext committed Jul 28, 2023
1 parent a8e1e58 commit b038f51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
16 changes: 8 additions & 8 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 @@ -76,7 +76,7 @@
"@html-validate/release-scripts": "4.1.0",
"@types/argparse": "2.0.10",
"@types/jest": "29.5.3",
"@types/node": "14.18.54",
"@types/node": "16.18.39",
"@types/semver": "7.5.0",
"@types/tar": "6.1.5",
"@types/tmp": "0.2.3",
Expand All @@ -90,7 +90,7 @@
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.18"
"node": ">= 16.14"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit b038f51

Please sign in to comment.