Skip to content

Commit 780913a

Browse files
committed
[github] Drop tests for node v17.x
1 parent bd73bbc commit 780913a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

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

1818
steps:
1919
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: ["14.x", "16.x", "17.x", "18.x"]
32+
node-version: ["14.x", "16.x", "18.x"]
3333

3434
steps:
3535
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"semver": "^7.3.7"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^17.0.24",
45+
"@types/node": "^18.11.18",
4646
"eslint": "^8.13.0",
4747
"eslint-plugin-import": "^2.26.0",
4848
"husky": "^7.0.4",

0 commit comments

Comments
 (0)