Skip to content

Commit

Permalink
Merge pull request #10 from scs/bugfix/dependency_upgrade
Browse files Browse the repository at this point in the history
Bugfix/dependency upgrade
  • Loading branch information
raymar9 authored Mar 31, 2022
2 parents 9a6e014 + 0dc3802 commit 37320bb
Show file tree
Hide file tree
Showing 5 changed files with 19,914 additions and 3,832 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- id: cache-npm
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install pipenv
run: |
Expand Down
Loading

0 comments on commit 37320bb

Please sign in to comment.