Skip to content

Commit 8676cd4

Browse files
authored
chore(ci): use .nvmrc in workflow (#374)
1 parent 5b9ec6c commit 8676cd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/setup/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ runs:
88
steps:
99
- name: Setup NodeJS
1010
uses: actions/setup-node@v4
11-
with:
12-
node-version: 'lts/iron'
11+
with: { node-version-file: .nvmrc }
1312

1413
- name: Install PNPM
1514
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)