Skip to content

Commit de7fffa

Browse files
committed
Update tested node versions
1 parent 5fd0456 commit de7fffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml renamed to .github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
name: "Tests"
2828
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
2929
with:
30-
npm-test-script: 'ci-test'
31-
node-versions: '16,18,19'
30+
npm-test-script: 'test-ci'
31+
node-versions: '18,20,22,23'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"coverage": "run-s coverage:*",
5353
"coverage:test": "run-s test:prepare test:unit:coverage",
5454
"coverage:type": "type-coverage --detail",
55-
"ci-test": "run-s build test:*",
5655
"clean": "run-p clean:*",
5756
"clean:dist": "del-cli 'dist'",
5857
"clean:declarations": "del-cli '*.d.ts' '!api*.d.ts'",
@@ -74,6 +73,7 @@
7473
"test:unit": "vitest --run",
7574
"test:unit:update": "vitest --run --update",
7675
"test:unit:coverage": "vitest run --coverage",
76+
"test-ci": "run-s build test:*",
7777
"update": "run-p --aggregate-output update:**",
7878
"update:deps": "npx --yes npm-check-updates"
7979
},

0 commit comments

Comments
 (0)