Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.14.0
v24
3 changes: 3 additions & 0 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,8 @@
"./*.mjs",
"./*/index.mjs"
]
},
"engines": {
"node": "24.x"
}
}
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.24.0",
"devEngines": {
"runtime": {
"name": "node",
"version": ">=v22.14.0",
"version": ">=v24.11.0",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"version": "10.13.1",
"version": "10.24.0",
"onFail": "error"
}
}
Expand Down
82 changes: 44 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- apps/*

catalog:
'@types/node': 22.18.6
'@types/node': ^24.10.1
'@types/react': ^19.2.2
classnames: ~2.5.1
cross-env: ^10.0.0
Expand Down
Loading