Skip to content

Commit 6cc429d

Browse files
authored
Specify node version for CI (#11160)
* specify node version * Spam to run CI * Remove docs update, specify node version at other places
1 parent 82aca78 commit 6cc429d

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci.yml

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

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Use Node.js
2929
uses: actions/setup-node@v3
3030
with:
31+
node-version: 16
3132
cache: pnpm
3233
- name: Package & Deploy Docs
3334
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v3
3232
with:
3333
registry-url: https://registry.npmjs.org/
34+
node-version: 16
3435
cache: pnpm
3536
- name: Setup and build
3637
run: |
@@ -75,6 +76,7 @@ jobs:
7576
- uses: actions/setup-node@v3
7677
with:
7778
registry-url: https://registry.npmjs.org/
79+
node-version: 16
7880
cache: pnpm
7981
- name: Setup and build
8082
run: |

0 commit comments

Comments
 (0)