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 a321e83 commit 43ec34eCopy full SHA for 43ec34e
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: ['lts/*']
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Setup Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@v2
19
with:
@@ -38,7 +38,7 @@ jobs:
38
39
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
40
41
42
43
44
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments