Skip to content

Commit

Permalink
Set CI to use Node.js Iron (v20) (#6018)
Browse files Browse the repository at this point in the history
* Set CI to use Node.js Iron (v20)

* additional
  • Loading branch information
TarikGul authored Nov 5, 2024
1 parent 9becdce commit 9501da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
# This will default to using v20 so that CI will pass.
# ref: https://github.com/polkadot-js/api/issues/6017
node-version: 'lts/iron'
- uses: denoland/setup-deno@v1
with:
deno-version: v1.42.x
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
token: ${{ secrets.GH_PAT_BOT }}
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
# This will default to using v20 so that CI will pass.
# ref: https://github.com/polkadot-js/api/issues/6017
node-version: 'lts/iron'
- name: ${{ matrix.step }}
run: |
yarn install --immutable
Expand Down

0 comments on commit 9501da9

Please sign in to comment.