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 112bfad commit ab2e15bCopy full SHA for ab2e15b
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
@@ -33,7 +33,7 @@ jobs:
33
node: [12, 14, 16]
34
35
36
37
- name: Setup Node.js ${{ matrix.node }}
38
39
@@ -56,7 +56,7 @@ jobs:
56
node: [14]
57
58
59
60
61
62
0 commit comments