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.
2 parents d1c823f + ae9e86c commit 5129609Copy full SHA for 5129609
.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 'dummy@example.org'
23
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
24
with:
25
node-version: ${{ matrix.node }}
26
- run: node --version
.github/workflows/release-please.yml
@@ -18,7 +18,7 @@ jobs:
18
# these if statements ensure that a publication only occurs when
19
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- - uses: actions/setup-node@v1
node-version: 12
registry-url: 'https://registry.npmjs.org'
0 commit comments