Skip to content

Commit d8a626d

Browse files
committed
Node16 in CI
1 parent 2a3009c commit d8a626d

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
15-
- uses: actions/checkout@v1
16-
- name: Use Node.js 12.x
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: 12.x
20-
- run: npm ci
21-
- run: npm test
22-
- name: codecov
23-
run: npx codecov
24-
env:
25-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14+
- uses: actions/checkout@v1
15+
- name: Use Node.js 16.x
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: 16.x
19+
- run: npm ci
20+
- run: npm test
21+
- name: codecov
22+
run: npx codecov
23+
env:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)