We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c2d0f commit 37a367fCopy full SHA for 37a367f
.github/workflows/merge-to-master.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- node-version: [22]
+ node-version: [20]
14
15
steps:
16
- name: Get branch name (merge)
.github/workflows/pull-request.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
- node: [16, 18, 20, 22]
+ node: [16, 18, 20]
name: Node ${{ matrix.node }}
- name: "Checkout latest code"
0 commit comments