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 30a5d6f + 020b104 commit f655e39Copy full SHA for f655e39
.github/workflows/nodejs.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
node-version: [12.x, 14.x]
11
steps:
12
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3.0.1
13
- name: Use Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@v2.4.0
15
with:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
node-version: [14.x]
16
17
18
0 commit comments