Skip to content

Commit

Permalink
Specify node version for CI (#11160)
Browse files Browse the repository at this point in the history
* specify node version

* Spam to run CI

* Remove docs update, specify node version at other places
  • Loading branch information
LeeLenaleee committed Feb 22, 2023
1 parent 82aca78 commit 6cc429d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6cc429d

Please sign in to comment.