Skip to content

Commit b45b1ab

Browse files
iliapologithub-actions
andauthored
chore: bump node (and npm) version in publish jobs to allow for trusted publishing (#845)
Trusted publishing is only supported starting from NPM 11.5.1 , which is available in Node 24.x > See https://projen.io/docs/publishing/trusted-publishing/#meeting-the-npm-version-requirement --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 85d6889 commit b45b1ab

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

.github/workflows/release.yml

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ const repoProject = new yarn.Monorepo({
245245
releaseOptions: {
246246
publishToNpm: true,
247247
releaseTrigger: pj.release.ReleaseTrigger.workflowDispatch(),
248+
nodeVersion: '24.x',
248249
},
249250

250251
depsUpgradeOptions: {

0 commit comments

Comments
 (0)