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
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
cache: yarn
|
||||
- name: Build website
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
# cache: yarn
|
||||
|
||||
# https://github.com/actions/setup-node/issues/490
|
||||
|
|
|
|||
Loading…
Reference in New Issue