Specify node version for CI (#11160)

* specify node version

* Spam to run CI

* Remove docs update, specify node version at other places
This commit is contained in:
Jacco van den Berg 2023-02-23 00:42:18 +01:00 committed by GitHub
parent 82aca7852f
commit 6cc429ddde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- uses: dorny/paths-filter@v2
id: changes

View File

@ -28,6 +28,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- name: Package & Deploy Docs
run: |

View File

@ -31,6 +31,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: 16
cache: pnpm
- name: Setup and build
run: |
@ -75,6 +76,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: 16
cache: pnpm
- name: Setup and build
run: |