Skip to content

Commit a56f073

Browse files
authored
ci: use-nvmrc-for-version (#236)
1 parent c3a24a2 commit a56f073

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.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@v5
2222
with:
23-
node-version: '18.x'
23+
node-version-file: .nvmrc
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- run: npm install -g npm@latest

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

0 commit comments

Comments
 (0)