Skip to content

Commit

Permalink
chore: resolve dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Sep 25, 2023
1 parent dd86d0a commit 3b7ec2c
Show file tree
Hide file tree
Showing 2 changed files with 18,481 additions and 13,665 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- next
- develop
workflow_dispatch:
jobs:
job:
Expand All @@ -19,7 +19,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install packages
run: npm ci
- name: Run e2e tests
run: npm run test
- name: Run tests
run: npm run test

0 comments on commit 3b7ec2c

Please sign in to comment.