Skip to content

Commit 7ecafc3

Browse files
author
codegino
committed
chore(deps): Updated dependencies
1 parent aa22877 commit 7ecafc3

3 files changed

Lines changed: 1213 additions & 1923 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on: [push]
44

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

109
steps:
11-
- uses: actions/checkout@v2
12-
- uses: volta-cli/action@v1
13-
- run: npm ci --no-audit
14-
- run: npm run lint --if-present
15-
- run: npm test
16-
- run: npm run build --if-present
17-
env:
18-
CI: true
10+
- uses: actions/checkout@v2
11+
- uses: volta-cli/action@v1
12+
- run: npm ci --no-audit
13+
- run: npm run lint --if-present
14+
- run: npm test:ci
15+
- run: npm run build --if-present
16+
env:
17+
CI: true

0 commit comments

Comments
 (0)