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.
1 parent e68dd7f commit f2c7257Copy full SHA for f2c7257
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build, test and publish
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
12
- uses: actions/setup-node@v2
13
with:
14
node-version: '14.x'
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [14.x, 16.x, 18.x]
17
18
19
- - uses: actions/checkout@v2
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v2
22
0 commit comments