We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5821e0a commit 7931479Copy full SHA for 7931479
.github/workflows/release-please.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-node@v4
28
with:
29
- node-version: 22
+ node-version: lts/*
30
registry-url: "https://registry.npmjs.org"
31
if: ${{ steps.release.outputs.release_created }}
32
0 commit comments