Skip to content

Commit

Permalink
revert node version (#11499)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Sep 14, 2023
1 parent 82ebf76 commit 6516b0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6516b0a

Please sign in to comment.