There was an error while loading. Please reload this page.
1 parent fb2a1d8 commit 86e1ac9Copy full SHA for 86e1ac9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v2.1.1
+ uses: actions/setup-node@v2.1.2
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm install
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Use Node.js 13.x
39
40
41
node-version: 13.x
42
0 commit comments