We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1be9fa commit b8f1695Copy full SHA for b8f1695
.github/workflows/release.yml
@@ -124,6 +124,11 @@ jobs:
124
echo TAG=$name >> $GITHUB_ENV
125
id: tagname
126
127
+ - uses: actions/setup-node@v4
128
+ with:
129
+ node-version: '>=24'
130
+ registry-url: 'https://registry.npmjs.org'
131
+
132
# ... and if this was an actual push (tag or `main`) then we publish a
133
# new release. This'll automatically publish a tag release or update `dev`
134
# with this `sha`. Note that `continue-on-error` is set here so if this hits
0 commit comments