Skip to content

Commit b51052e

Browse files
authored
chore(CI): use setup-node v1 for gh-pages
1 parent 8b5c73a commit b51052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v1
1616
with:
1717
node-version: '12.x'
1818

0 commit comments

Comments
 (0)