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 f0af883 commit a9758daCopy full SHA for a9758da
.github/workflows/ci.yml
@@ -15,9 +15,9 @@ jobs:
15
node-version: [14, 16]
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@v1
+ uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: npm ci
@@ -29,9 +29,9 @@ jobs:
29
runs-on: ubuntu-latest
30
31
32
33
- name: Use Node.js
34
35
36
node-version: '10.x'
37
0 commit comments