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.
.nvmrc
1 parent 508eb47 commit 9d2b059Copy full SHA for 9d2b059
.github/workflows/client_javascript.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- uses: actions/setup-node@v2
22
with:
23
- node-version: 16
+ node-version-file: '.nvmrc'
24
cache: 'yarn'
25
cache-dependency-path: 'yarn.lock'
26
.github/workflows/specs.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
0 commit comments