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 e9291fb commit 115f22aCopy full SHA for 115f22a
.github/workflows/release-please.yml
@@ -25,7 +25,7 @@ jobs:
25
if: ${{ steps.release.outputs.release_created }}
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: 18
+ node-version: "20.x"
29
registry-url: "https://registry.npmjs.org"
30
31
- run: npm ci --include=optional
0 commit comments