Skip to content

Commit fd7ef23

Browse files
committed
fix: bump node.js for canary release
1 parent 7004faf commit fd7ef23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- run: git fetch --depth=1
175175
- uses: actions/setup-node@v6
176176
with:
177-
node-version: 22
177+
node-version: 24 # Will install npm 11 needed for trusted publishing
178178
cache: 'yarn'
179179
registry-url: 'https://registry.npmjs.org'
180180
- run: yarn install --frozen-lockfile --ignore-engines

0 commit comments

Comments
 (0)