Skip to content

Commit

Permalink
[github] Drop tests for node v17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Dec 30, 2022
1 parent bd73bbc commit 780913a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: ["14.x", "16.x", "17.x", "18.x"]
node-version: ["14.x", "16.x", "18.x"]

steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:

strategy:
matrix:
node-version: ["14.x", "16.x", "17.x", "18.x"]
node-version: ["14.x", "16.x", "18.x"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@types/node": "^18.11.18",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
Expand Down

0 comments on commit 780913a

Please sign in to comment.