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 dfe4209 commit 97217adCopy full SHA for 97217ad
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v2
17
- name: Setup Node.js
18
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
19
with:
20
node-version: 16
21
- name: Install
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Setup Node.js ${{ matrix.node }}
38
39
40
node-version: ${{ matrix.node }}
41
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments