There was an error while loading. Please reload this page.
1 parent 6fc3ed3 commit aef01fbCopy full SHA for aef01fb
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v2.1.2
+ uses: actions/setup-node@v2.1.5
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Use Node.js 14.x
13
14
15
node-version: 14.x
- run: npm install
0 commit comments