We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961a0ba commit 4d068b6Copy full SHA for 4d068b6
1 file changed
.github/workflows/publish.yml
@@ -111,7 +111,7 @@ jobs:
111
if: steps.release-type.outputs.type == 'nightly' || (steps.changesets.outputs.skip != 'true' && steps.quick-check.outputs.skip != 'true')
112
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
113
with:
114
- node-version: 22
+ node-version: '22.22.1'
115
cache: 'pnpm'
116
registry-url: 'https://registry.npmjs.org'
117
0 commit comments