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