Skip to content

Commit 2cc0129

Browse files
committed
ci: use new script name
1 parent d7b846d commit 2cc0129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

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

1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -26,4 +26,4 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
2828
- run: npm ci
29-
- run: npm test
29+
- run: npm run-script full-test

0 commit comments

Comments
 (0)