File tree Expand file tree Collapse file tree 5 files changed +19149
-15520
lines changed
Expand file tree Collapse file tree 5 files changed +19149
-15520
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,17 @@ jobs:
2727
2828 steps :
2929 - uses : actions/checkout@v5
30+ - uses : pnpm/action-setup@v4
31+ with :
32+ version : 9
3033 - uses : actions/setup-node@v6
3134 with :
3235 node-version : 22
3336 registry-url : ' https://registry.npmjs.org'
34- - run : npm ci
37+ cache : pnpm
38+ - run : pnpm install --frozen-lockfile
39+ - run : npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
3540 - name : Publish to NPM
36- run : npx release-plan publish --provenance
41+ run : NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
3742 env :
3843 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 109109 },
110110 "volta" : {
111111 "node" : " 18.20.4" ,
112- "yarn" : " 1.22.22"
112+ "yarn" : " 1.22.22" ,
113+ "pnpm" : " 10.24.0"
113114 },
114115 "ember" : {
115116 "edition" : " octane"
You can’t perform that action at this time.
0 commit comments