Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ jobs:
use-version-file: true
registry-url: 'https://registry.npmjs.org'

- name: Re-install npm
# TODO: OIDC requires npm >=11.5.1.
# Until Node.js v24 is LTS (with npm 11 as the default), we need to bump.
run: npm install -g npm@11

- name: Publish
working-directory: packages/${{ matrix.package }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd really prefer that we pin to a specific version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iiuc we only pinned to a specific version since we needed to be >= it. We support any v24.x, why do we need to pin to a specific one? (If we did, tho, I would assume it to be .11.0)

Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.14.0
v24
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"typescript": "catalog:",
"typescript-eslint": "~8.45.0"
},
"packageManager": "pnpm@10.13.1",
"packageManager": "pnpm@10.20.0",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=v22.14.0",
"version": ">=v24.11.0",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"version": "10.13.1",
"version": "10.20.0",
"onFail": "error"
}
}
Expand Down
Loading
Loading