Updated to node 20
This commit is contained in:
parent
5e363c4455
commit
5668658489
|
@ -17,18 +17,24 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main branch
|
- name: Checkout main branch
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
node-version: '20'
|
||||||
ref: main
|
ref: main
|
||||||
path: main
|
path: main
|
||||||
- name: Checkout gh-pages branch
|
- name: Checkout gh-pages branch
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
node-version: '20'
|
||||||
ref: gh-pages
|
ref: gh-pages
|
||||||
path: gh-pages
|
path: gh-pages
|
||||||
- name: Checkout Docs branch
|
- name: Checkout Docs branch
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
node-version: '20'
|
||||||
ref: Docs
|
ref: Docs
|
||||||
path: Docs
|
path: Docs
|
||||||
- name: Download Extension samples
|
- name: Download Extension samples
|
||||||
|
|
Loading…
Reference in New Issue