Skip to content

Commit db01030

Browse files
committed
use node version 16
1 parent f302d98 commit db01030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gwen-website.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: '14.x'
17+
node-version: '16.x'
1818
- name: Build website
1919
run: |
2020
if [ -e yarn.lock ]; then
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-node@v1
3434
with:
35-
node-version: '14.x'
35+
node-version: '16.x'
3636
- uses: webfactory/[email protected]
3737
with:
3838
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

0 commit comments

Comments
 (0)