We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709b10b commit fd15da1Copy full SHA for fd15da1
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
- run: git fetch --prune --unshallow
21
- run: git config --global user.name 'Actions'
22
- run: git config --global user.email '[email protected]'
23
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node }}
26
- run: node --version
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
19
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
node-version: 20
registry-url: 'https://registry.npmjs.org'
0 commit comments