We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0904b8b commit a9992a8Copy full SHA for a9992a8
.github/workflows/build-and-test.yml
@@ -24,12 +24,15 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
+
28
- name: Install Node
29
uses: actions/setup-node@v4
30
with:
- node-version: "20.x"
31
+ node-version-file: ".nvmrc"
32
33
- name: Install dependencies
34
run: "npm install"
35
36
- name: Run tests
37
run: npm test
38
env:
.nvmrc
@@ -0,0 +1 @@
1
+v20
0 commit comments