Skip to content

Commit 14d04ab

Browse files
fix: add node version file to workflow
1 parent fb8d00b commit 14d04ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Setup Node
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v6
4242
with:
43-
node-version: .nvmrc
43+
node-version-file: .nvmrc
4444
cache: 'yarn'
4545
registry-url: https://registry.npmjs.org/
4646

0 commit comments

Comments
 (0)