Skip to content

Commit ed46735

Browse files
committed
ci(test.yml): set version v3 to actions/setup-node
1 parent 18f7f2b commit ed46735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Test with Node.js ${{ matrix.node_version }}
27-
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
27+
uses: actions/setup-node@v3
2828
with:
2929
cache: npm
3030
node-version: 16

0 commit comments

Comments
 (0)