Skip to content

Commit c4fbf69

Browse files
committed
chore: specify node version in release workflow
1 parent 00faa8f commit c4fbf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run_install: false
3636
- uses: actions/setup-node@v5
3737
with:
38-
node-version-file: ".nvmrc"
38+
node-version: 22
3939
cache: 'pnpm'
4040
- run: |
4141
cat << 'EOF' > release-notes.txt

0 commit comments

Comments
 (0)