Skip to content

Commit 9d2b059

Browse files
committed
fix: use node version from .nvmrc
1 parent 508eb47 commit 9d2b059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/client_javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version-file: '.nvmrc'
2424
cache: 'yarn'
2525
cache-dependency-path: 'yarn.lock'
2626

.github/workflows/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v2
1717
with:
18-
node-version: 16
18+
node-version-file: '.nvmrc'
1919
cache: 'yarn'
2020
cache-dependency-path: 'yarn.lock'
2121

0 commit comments

Comments
 (0)