There was an error while loading. Please reload this page.
1 parent 9ae9030 commit 823533fCopy full SHA for 823533f
.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.0
+ uses: actions/setup-node@v2.1.1
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