Skip to content

Commit fecaa3d

Browse files
committed
pnpm dlx create-release-plan-setup@latest --update
1 parent 9b09143 commit fecaa3d

3 files changed

Lines changed: 19 additions & 20 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"src"
2121
],
2222
"scripts": {
23+
"bench": "./scripts/run-bench.sh tests/parser.bench.mjs",
24+
"bench:compare": "node scripts/bench-compare.mjs",
25+
"bench:summary": "./scripts/local-bench-summary.sh",
2326
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
2427
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
2528
"lint:js": "eslint . --max-warnings=0",
2629
"lint:js:fix": "eslint . --fix --max-warnings=0",
2730
"lint:package": "publint",
28-
"bench": "./scripts/run-bench.sh tests/parser.bench.mjs",
29-
"bench:compare": "node scripts/bench-compare.mjs",
30-
"bench:summary": "./scripts/local-bench-summary.sh",
3131
"test": "vitest run"
3232
},
3333
"dependencies": {
@@ -58,7 +58,7 @@
5858
"mitata": "1.0.34",
5959
"prettier": "^3.2.5",
6060
"publint": "^0.2.6",
61-
"release-plan": "^0.17.4",
61+
"release-plan": "^0.18.0",
6262
"typescript": "^5.3.3",
6363
"vite": "^5.0.12",
6464
"vitest": "^1.2.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)