Merge pull request #97 from olblak/bumpGANodeVersion
Bump Node version to 20.x in GitHub Action workflow
This commit is contained in:
commit
25f4339bdb
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Setup Docusaurus
|
- name: Setup Docusaurus
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
# cache: yarn
|
# cache: yarn
|
||||||
|
|
||||||
# https://github.com/actions/setup-node/issues/490
|
# https://github.com/actions/setup-node/issues/490
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue