Skip to content

Commit

Permalink
[ci] Use same Node.js version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Feb 20, 2025
1 parent 0c8d41f commit 188c560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 14.18.3
node-version: 20.11.0
# The install step has been added here such that the `.yarn/install-state.gz` file is generated. This file is used
# by the script `check-licenses` below.
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.18.3
node-version: 20.11.0
- run: |
# Isolate the tag and exit if none found
IFS='-' read -ra ARR_TAG <<< $TAG
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.18.3
node-version: 20.11.0
- run: yarn
- run: yarn npm publish
env:
Expand Down

0 comments on commit 188c560

Please sign in to comment.