Skip to content

Commit a0633c5

Browse files
authored
Merge pull request #550 from ember-learn/release-plan-update-again
update release-plan
2 parents 3ca79a1 + ec5df61 commit a0633c5

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v6
30-
- uses: pnpm/action-setup@v4
30+
- uses: pnpm/action-setup@v5
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: pnpm
36-
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
3736
- run: pnpm install --frozen-lockfile
3837
- name: Publish to NPM
3938
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"prettier-plugin-ember-template-tag": "^2.1.0",
110110
"qunit": "^2.22.0",
111111
"qunit-dom": "^3.2.1",
112-
"release-plan": "^0.17.4",
112+
"release-plan": "^0.18.0",
113113
"stylelint": "^16.25.0",
114114
"stylelint-config-standard": "^36.0.1",
115115
"stylelint-declaration-strict-value": "^1.8.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)