chore: update docs deploy pipeline
parent
86b411b657
commit
e978c81cae
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd docs && yarn install --frozen-lockfile --non-interactive
|
run: cd docs && yarn install --frozen-lockfile --non-interactive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue