Skip to content

Commit ffa537f

Browse files
Update actions/setup-node action to v2.5.2
1 parent aee0f15 commit ffa537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v2.4.0
21+
uses: actions/setup-node@v2.5.2
2222
with:
2323
# 选择要使用的 node 版本
2424
node-version: '14'

0 commit comments

Comments
 (0)