Skip to content

Commit f0f6548

Browse files
fix(release): publish on Node LTS so npm@latest installs (#1680)
1 parent babf30d commit f0f6548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- uses: actions/setup-node@v4
105105
with:
106-
node-version: '22.22.1'
106+
node-version: 'lts/*'
107107
registry-url: 'https://registry.npmjs.org'
108108

109109
# Ensure npm 11.5.1 or later is installed

0 commit comments

Comments
 (0)