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 6aa49b0 + 316544e commit d03742cCopy full SHA for d03742c
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: [12.x, 14.x, 16.x]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v3
21
with:
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
11
12
- uses: actions/setup-node@v3
13
14
node-version: 14
0 commit comments