Skip to content

Commit 6b9254c

Browse files
author
Marek Rozmus
authored
Merge pull request #82 from sandstreamdev/update_dependencies_23_01_2020
Update dependencies
2 parents 22e191d + 3fa8c51 commit 6b9254c

File tree

5 files changed

+8325
-8479
lines changed

5 files changed

+8325
-8479
lines changed

.github/workflows/nodejs.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98

109
strategy:
1110
matrix:
12-
node-version: [8.x, 10.x, 12.x]
11+
node-version: [10.x, 12.x]
1312

1413
steps:
15-
- uses: actions/checkout@v1
16-
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: ${{ matrix.node-version }}
20-
- name: npm install, build, and test
21-
run: |
22-
npm install
23-
npm run build --if-present
24-
npm test
25-
env:
26-
CI: true
27-
- name: Upload coverage to Codecov
28-
uses: codecov/[email protected]
29-
with:
30-
token: ${{secrets.CODECOV_TOKEN}}
31-
file: ./coverage/clover.xml
14+
- uses: actions/checkout@v1
15+
- name: Use Node.js ${{ matrix.node-version }}
16+
uses: actions/setup-node@v1
17+
with:
18+
node-version: ${{ matrix.node-version }}
19+
- name: npm install, build, and test
20+
run: |
21+
npm install
22+
npm run build --if-present
23+
npm test
24+
env:
25+
CI: true
26+
- name: Upload coverage to Codecov
27+
uses: codecov/[email protected]
28+
with:
29+
token: ${{secrets.CODECOV_TOKEN}}
30+
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)