Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Apr 20, 2021
1 parent 9b4835b commit ac90296
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 234 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm@latest

- name: Cache Node modules
uses: actions/[email protected]
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
NODE_VERSION: "14"
SONARSCANNER: "true"

jobs:
ci:
Expand All @@ -24,6 +25,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@latest

- name: Cache Node modules
uses: actions/[email protected]
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@latest

- name: Cache Node modules
uses: actions/[email protected]
env:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
workflow_dispatch:

env:
SONARSCANNER: "true"

jobs:
build:
name: SonarCloud Scan
Expand All @@ -24,6 +27,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@latest

- name: Cache Node modules
uses: actions/[email protected]
env:
Expand All @@ -49,7 +55,7 @@ jobs:
COLLECT_COVERAGE: "1"

- name: Retrieve information from package.json
uses: myrotvorets/[email protected].2
uses: myrotvorets/[email protected].3
id: ver

- name: Fix paths in test-report.xml
Expand Down
Loading

0 comments on commit ac90296

Please sign in to comment.