Skip to content

Commit b8f1695

Browse files
fix(ci): setup node with registry url for release (#148)
1 parent e1be9fa commit b8f1695

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ jobs:
124124
echo TAG=$name >> $GITHUB_ENV
125125
id: tagname
126126

127+
- uses: actions/setup-node@v4
128+
with:
129+
node-version: '>=24'
130+
registry-url: 'https://registry.npmjs.org'
131+
127132
# ... and if this was an actual push (tag or `main`) then we publish a
128133
# new release. This'll automatically publish a tag release or update `dev`
129134
# with this `sha`. Note that `continue-on-error` is set here so if this hits

0 commit comments

Comments
 (0)