Skip to content

Commit

Permalink
Fixes part of #133: Update dependencies (#318)
Browse files Browse the repository at this point in the history
* update some minor dependencies

* updated more dependencies

* updated dependencies

* update more dependencies

* update more dependencies

* update node

* rollback big changes

* rollback

* rollback axios

* print npm version

* print npm version

* check node version

* check node version

* check node version

* migrate node

* reupdate deps

* remove unnecessary changes

* latest setup node action

---------

Co-authored-by: Winnie Chen <[email protected]>
Co-authored-by: Winnie Chen <[email protected]>
Co-authored-by: Winnie Chen <[email protected]>
  • Loading branch information
4 people authored Jun 23, 2023
1 parent 02f075d commit fcc2aab
Show file tree
Hide file tree
Showing 3 changed files with 5,582 additions and 6,699 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run frontend tests
Expand Down
Loading

0 comments on commit fcc2aab

Please sign in to comment.