Skip to content

Commit 6402ec4

Browse files
committed
use node-version from .nvmrc
1 parent 4c23d0a commit 6402ec4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-release-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup node version and npm cache
3939
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
4040
with:
41-
node-version: 20
41+
node-version-file: '.nvmrc'
4242
cache: 'npm'
4343

4444
- name: Install Node dependencies

.github/workflows/dotorg-asset-readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node version
1717
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1818
with:
19-
node-version: 20
19+
node-version-file: '.nvmrc'
2020
cache: npm
2121

2222
- name: Build

.github/workflows/dotorg-push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use nvm
1717
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1818
with:
19-
node-version: 20
19+
node-version-file: '.nvmrc'
2020
check-latest: false
2121

2222
- name: Install and build NPM

0 commit comments

Comments
 (0)