revert node version (#11499)

This commit is contained in:
Jacco van den Berg 2023-09-14 15:41:54 +02:00 committed by GitHub
parent 82ebf7653b
commit 6516b0a150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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