Skip to content

Commit bf12aa3

Browse files
committed
fix node version
1 parent 9d86bf3 commit bf12aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: '12.x'
22+
node-version: '14.x'
2323
- name: Build website
2424
run: |
2525
yarn bootstrap

0 commit comments

Comments
 (0)