Skip to content

Commit ec6f3c7

Browse files
committed
fix: actions node 422报错
1 parent 55053a9 commit ec6f3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: latest
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
52-
uses: actions/setup-node@v2
52+
uses: actions/setup-node@v3
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
cache: 'pnpm'

0 commit comments

Comments
 (0)