Skip to content

Commit 70b5a6f

Browse files
committed
fix(ci): Temporarily remove 20.x from the build matrix to workaround npm bug
1 parent 86a07da commit 70b5a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Set Matrix
2626
id: set_matrix
2727
env:
28-
FULL_NODE_VERSIONS: '["18.x", "20.x", "22.x"]'
28+
FULL_NODE_VERSIONS: '["18.x", "20.x"]'
2929
FULL_RUST_TOOLCHAINS: '["stable", "nightly"]'
30-
PARTIAL_NODE_VERSIONS: '["22.x"]'
30+
PARTIAL_NODE_VERSIONS: '["20.x"]'
3131
PARTIAL_RUST_TOOLCHAINS: '["stable"]'
3232
HAS_FULL_MATRIX_LABEL: ${{ contains(github.event.pull_request.labels.*.name, 'full matrix') }}
3333
IS_PUSHED: ${{ github.event_name == 'push' }}

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [22.x]
23+
node-version: [20.x]
2424
rust-toolchain: [nightly]
2525

2626
steps:

0 commit comments

Comments
 (0)