Skip to content

Commit

Permalink
Merge pull request #151 from o2Labs/package-upgrades
Browse files Browse the repository at this point in the history
Package upgrades
  • Loading branch information
Daniel Bradley authored Jul 22, 2021
2 parents c8f4f47 + a0fcafb commit 0dd5eef
Show file tree
Hide file tree
Showing 5 changed files with 1,786 additions and 2,115 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [12.x]

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Set Node.js version ${{ matrix.node_version }}
- name: Set Node.js version 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x

- name: Install Dependancies
run: ./install.sh
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e # stop on error
yarn audit --cwd server --groups dependencies
yarn audit --cwd infrastructure --groups dependencies
yarn audit --cwd alerts --groups dependencies
yarn audit --cwd client
yarn audit --cwd client --groups dependencies

./test.sh

Expand Down
Loading

0 comments on commit 0dd5eef

Please sign in to comment.