Skip to content

Commit 6516b0a

Browse files
authored
revert node version (#11499)
1 parent 82ebf76 commit 6516b0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 20
38+
node-version: 16
3939
cache: pnpm
4040
- uses: dorny/paths-filter@v2
4141
id: changes

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Use Node.js
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 20
31+
node-version: 16
3232
cache: pnpm
3333
- name: Package & Deploy Docs
3434
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v3
3232
with:
3333
registry-url: https://registry.npmjs.org/
34-
node-version: 20
34+
node-version: 16
3535
cache: pnpm
3636
- name: Setup and build
3737
run: |
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-node@v3
7777
with:
7878
registry-url: https://registry.npmjs.org/
79-
node-version: 20
79+
node-version: 16
8080
cache: pnpm
8181
- name: Setup and build
8282
run: |

0 commit comments

Comments
 (0)