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