Skip to content

Commit

Permalink
Upgrade dependencies, move to workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed May 10, 2022
1 parent 9d5589b commit 035e49e
Show file tree
Hide file tree
Showing 9 changed files with 47,638 additions and 47,720 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,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 node dependencies
run: npm i
- name: Install python dependencies
Expand Down
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
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikiped

The following applications are required to contribute:

- Node.js >=v12
- Node.js >=v16.11 and npm>=8
- AWS CLI

To start, run `npm install`.
Expand Down
Loading

0 comments on commit 035e49e

Please sign in to comment.