Skip to content

Commit

Permalink
Downgrading node to version 20 in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbrando committed Dec 4, 2024
1 parent 3a0eb7f commit 593e422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 20
- name: Rush install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
email: "[email protected]"
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 20
- name: Rush install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
Expand Down

0 comments on commit 593e422

Please sign in to comment.