Skip to content

Commit cc98304

Browse files
committed
fix: github action to publish to npm
1 parent 5148910 commit cc98304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: google-github-actions/release-please-action@v4
11+
id: release
1112
with:
1213
release-type: node
1314
package-name: mongoose-delete-ts
@@ -16,7 +17,7 @@ jobs:
1617
if: ${{ steps.release.outputs.release_created }}
1718
- uses: actions/setup-node@v4
1819
with:
19-
node-version: 20
20+
node-version: 22
2021
registry-url: 'https://registry.npmjs.org'
2122
if: ${{ steps.release.outputs.release_created }}
2223
- run: npm ci

0 commit comments

Comments
 (0)