We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaac6a commit e10e694Copy full SHA for e10e694
1 file changed
.github/workflows/javascript.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/checkout@v6
15
- name: Use Node.js
16
uses: actions/setup-node@v6
17
+ with:
18
+ node-version-file: '.nvmrc'
19
- name: Install dependencies
20
run: yarn install --frozen-lockfile
21
- name: Run tests
@@ -25,6 +27,8 @@ jobs:
25
27
26
28
29
30
31
32
33
34
0 commit comments