Skip to content

Commit 7f84b95

Browse files
authored
Use Node.js 24 / npm 11 to publish releases (#7749)
* Use Node.js 24 / npm 11 to publish releases * Update Node.js version in publish-release workflow
1 parent 0201906 commit 7f84b95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
id-token: write
2121
steps:
2222
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23+
with:
24+
node_version: '24'
2325

2426
- uses: actions/create-github-app-token@v2
2527
id: app-token

0 commit comments

Comments
 (0)