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 6a5627d commit 8548d71Copy full SHA for 8548d71
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- run: git fetch --prune --unshallow
28
- run: git config --global user.name 'Actions'
29
- run: git config --global user.email '[email protected]'
30
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
31
with:
32
node-version: ${{ matrix.node }}
33
- run: node --version
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
19
# these if statements ensure that a publication only occurs when
20
# a new release is created:
21
if: ${{ steps.release.outputs.release_created }}
22
23
24
node-version: 20
25
registry-url: 'https://registry.npmjs.org'
0 commit comments