Updated to node 20

This commit is contained in:
Hugo Bernier 2024-03-24 13:51:49 -04:00 committed by GitHub
parent 5e363c4455
commit 5668658489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 3 deletions

View File

@ -17,18 +17,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
ref: main
path: main
- name: Checkout gh-pages branch
uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
ref: gh-pages
path: gh-pages
- name: Checkout Docs branch
uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
ref: Docs
path: Docs
- name: Download Extension samples