build(deps): bump axios from 0.21.4 to 0.28.0 in /web #397
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
web-tests: | |
name: web-tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: "actions/[email protected]" | |
- uses: "actions/setup-node@v2" | |
with: | |
node-version: '16.15' | |
- name: Install npm packages | |
run: "sudo apt-get install git; cd web; npm install --legacy-peer-deps" | |
- name: Run NPM tests | |
run: "cd web ; npm run test" | |
- name: Run NPM format | |
run: "cd web ; npm run format" | |
name: Web | |
on: | |
pull_request: {} |