diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0d43aa..647986e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,13 +27,12 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: "https://registry.npmjs.org" cache: pnpm - - run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC - run: pnpm install --frozen-lockfile - name: Publish to NPM run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish diff --git a/package.json b/package.json index 0e8d234..0043226 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "registry": "https://registry.npmjs.org" }, "scripts": { - "prepack": "tsc", "format": "oxfmt", "format:check": "oxfmt --check", "lint": "oxlint && pnpm format:check", "lint:fix": "oxlint --fix && oxfmt", + "prepack": "tsc", "test": "vitest run" }, "dependencies": { @@ -50,7 +50,7 @@ "@types/node": "^25.5.0", "oxfmt": "^0.40.0", "oxlint": "^1.55.0", - "release-plan": "^0.17.4", + "release-plan": "^0.18.0", "typescript": "^5.3.3", "vitest": "^3.2.1", "zmod": "^0.3.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c321ed..c2b857e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^1.55.0 version: 1.55.0 release-plan: - specifier: ^0.17.4 - version: 0.17.4 + specifier: ^0.18.0 + version: 0.18.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1728,8 +1728,8 @@ packages: resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==} engines: {node: '>=12'} - release-plan@0.17.4: - resolution: {integrity: sha512-CK+RrsvP6JXysgFuqUoOvprAT95J5x8usHzAQh3M1RMQqFScnAyfY6lb1LBsjqW/HUsvLjkLfSp8dJseRHEpEw==} + release-plan@0.18.0: + resolution: {integrity: sha512-WzP+O+XRF4AqhTDQK84FovY+TxHyC8J7QWoOwxnrvVjyHns417l1FUldboRhBYua5Pej6Yg/2jH1dEH2MRNHeA==} hasBin: true require-directory@2.1.1: @@ -3520,7 +3520,7 @@ snapshots: dependencies: rc: 1.2.8 - release-plan@0.17.4: + release-plan@0.18.0: dependencies: '@manypkg/get-packages': 2.2.2 '@npmcli/package-json': 6.2.0