Skip to content

Commit

Permalink
ci: update node-version to 20 (biomejs#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley authored Feb 2, 2024
1 parent 363e50b commit d04c2c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cache pnpm modules
uses: actions/cache@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install Rust toolchain
run: rustup target add ${{ matrix.target }}
Expand All @@ -103,7 +103,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Install musl toolchain
if: matrix.code-target == 'linux-x64-musl' || matrix.code-target == 'linux-arm64-musl'
run: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Set release infos
Expand Down Expand Up @@ -235,4 +235,4 @@ jobs:
files: |
biome-*
fail_on_unmatched_files: true
generate_release_notes: true
generate_release_notes: true
4 changes: 2 additions & 2 deletions .github/workflows/release_js_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install wasm-pack
uses: jetli/[email protected]
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Set release infos
Expand Down

0 comments on commit d04c2c4

Please sign in to comment.