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 980a6c4 + fc72383 commit b49e649Copy full SHA for b49e649
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
21
22
node-version: ${{ matrix.node-version }}
23
- run: ci/build-and-test.sh
.github/workflows/release-please.yml
@@ -19,7 +19,7 @@ jobs:
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
24
node-version: 16
25
registry-url: 'https://registry.npmjs.org'
0 commit comments