Skip to content

Commit fa6b367

Browse files
committed
fix: npm-test action
1 parent 67d6e54 commit fa6b367

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: npm-test
2-
32
on:
43
workflow_dispatch:
54
push:
@@ -18,7 +17,7 @@ jobs:
1817
runs-on: ${{ matrix.os }}
1918
steps:
2019
- uses: actions/checkout@v4
21-
- uses: c@v4
20+
- uses: actions/setup-node@v4
2221
with:
2322
node-version: 20.x
2423
cache: 'npm'

0 commit comments

Comments
 (0)