Skip to content

Commit

Permalink
Bump requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed May 18, 2022
1 parent 8663c47 commit 1fa1d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Set up Nodejs 12
- name: Set up Nodejs 16
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm i
- name: Install python dependencies
Expand Down

0 comments on commit 1fa1d8d

Please sign in to comment.