We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5148910 commit cc98304Copy full SHA for cc98304
.github/workflows/release-please.yml
@@ -8,6 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: google-github-actions/release-please-action@v4
11
+ id: release
12
with:
13
release-type: node
14
package-name: mongoose-delete-ts
@@ -16,7 +17,7 @@ jobs:
16
17
if: ${{ steps.release.outputs.release_created }}
18
- uses: actions/setup-node@v4
19
- node-version: 20
20
+ node-version: 22
21
registry-url: 'https://registry.npmjs.org'
22
23
- run: npm ci
0 commit comments