Skip to content

Commit f0177fd

Browse files
authored
chore(workflow): use nvmrc version for release workflow (#54)
1 parent 69a4e3f commit f0177fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Setup Node.js
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version-file: .nvmrc
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Release

0 commit comments

Comments
 (0)