Merge pull request #97 from olblak/bumpGANodeVersion

Bump Node version to 20.x in GitHub Action workflow
This commit is contained in:
Olivier Vernin 2023-10-02 11:01:26 +02:00 committed by GitHub
commit 25f4339bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -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