Skip to content

Commit 013a196

Browse files
committed
chore(versioning): bump node to v24, pnpm to v10.20
1 parent a49f65c commit 013a196

File tree

4 files changed

+2432
-2676
lines changed

4 files changed

+2432
-2676
lines changed

.github/workflows/publish-packages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ jobs:
108108
use-version-file: true
109109
registry-url: 'https://registry.npmjs.org'
110110

111-
- name: Re-install npm
112-
# TODO: OIDC requires npm >=11.5.1.
113-
# Until Node.js v24 is LTS (with npm 11 as the default), we need to bump.
114-
run: npm install -g npm@11
115-
116111
- name: Publish
117112
working-directory: packages/${{ matrix.package }}
118113
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v24

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
"typescript": "catalog:",
5353
"typescript-eslint": "~8.45.0"
5454
},
55-
"packageManager": "pnpm@10.13.1",
55+
"packageManager": "pnpm@10.20.0",
5656
"devEngines": {
5757
"runtime": {
5858
"name": "node",
59-
"version": ">=v22.14.0",
59+
"version": ">=v24.11.0",
6060
"onFail": "error"
6161
},
6262
"packageManager": {
6363
"name": "pnpm",
64-
"version": "10.13.1",
64+
"version": "10.20.0",
6565
"onFail": "error"
6666
}
6767
}

0 commit comments

Comments
 (0)