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 c3ba678 + f457973 commit 7525d6fCopy full SHA for 7525d6f
.github/workflows/node-js.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
11
with:
12
node-version: 16
13
- name: npm install, lint, and test
.github/workflows/release-please.yml
@@ -22,7 +22,7 @@ jobs:
22
# a new release is created:
23
if: ${{ steps.release.outputs.release_created }}
24
25
- - uses: actions/setup-node@v1
26
27
28
registry-url: 'https://npm.pkg.github.com/'
0 commit comments