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 280e990 commit 62797b6Copy full SHA for 62797b6
.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
node: [20, 24]
15
- continue-on-error: ${{ matrix.node == 24 }}
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -21,7 +20,7 @@ jobs:
21
20
- name: Setup Nodejs
22
uses: actions/setup-node@v4
23
with:
24
- node-version: ${{ matrix.node }}
+ node-version-file: '.nvmrc'
25
- name: Install dependencies
26
run: npm ci
27
- name: Lint
.nvmrc
@@ -1 +1 @@
1
-20
+24
0 commit comments