We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346dcc commit 3e4eb21Copy full SHA for 3e4eb21
1 file changed
.github/workflows/ci.yml
@@ -9,9 +9,6 @@ on:
9
jobs:
10
tests:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- node: [18, 20]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -20,7 +17,7 @@ jobs:
20
- name: Setup Nodejs
21
18
uses: actions/setup-node@v4
22
19
with:
23
- node-version: ${{ matrix.node }}
+ node-version-file: '.nvmrc'
24
- name: Install dependencies
25
run: npm ci
26
- name: Validate package-lock.json changes
0 commit comments