Skip to content

Commit 7aab884

Browse files
committed
ci(test.yml): set version v3 to actions/setup-node
1 parent 40d80a4 commit 7aab884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
15-
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
14+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
1818
cache: npm

0 commit comments

Comments
 (0)