Skip to content

Commit 4d068b6

Browse files
committed
pin node version due to nodejs/node#62425
1 parent 961a0ba commit 4d068b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.release-type.outputs.type == 'nightly' || (steps.changesets.outputs.skip != 'true' && steps.quick-check.outputs.skip != 'true')
112112
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
113113
with:
114-
node-version: 22
114+
node-version: '22.22.1'
115115
cache: 'pnpm'
116116
registry-url: 'https://registry.npmjs.org'
117117

0 commit comments

Comments
 (0)