We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a07da commit 70b5a6fCopy full SHA for 70b5a6f
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
- name: Set Matrix
26
id: set_matrix
27
env:
28
- FULL_NODE_VERSIONS: '["18.x", "20.x", "22.x"]'
+ FULL_NODE_VERSIONS: '["18.x", "20.x"]'
29
FULL_RUST_TOOLCHAINS: '["stable", "nightly"]'
30
- PARTIAL_NODE_VERSIONS: '["22.x"]'
+ PARTIAL_NODE_VERSIONS: '["20.x"]'
31
PARTIAL_RUST_TOOLCHAINS: '["stable"]'
32
HAS_FULL_MATRIX_LABEL: ${{ contains(github.event.pull_request.labels.*.name, 'full matrix') }}
33
IS_PUSHED: ${{ github.event_name == 'push' }}
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- node-version: [22.x]
+ node-version: [20.x]
24
rust-toolchain: [nightly]
steps:
0 commit comments