Skip to content

Commit

Permalink
Update packages versions (#72)
Browse files Browse the repository at this point in the history
* Update packages versions

* Update node version
  • Loading branch information
tsudmi authored Oct 31, 2022
1 parent f8e097d commit ca51039
Show file tree
Hide file tree
Showing 8 changed files with 7,292 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
node: ['14.x']
node: ['16.x']
os: [ubuntu-latest]
network: ['goerli', 'harbour_goerli', 'gnosis', 'mainnet', 'harbour_mainnet']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- name: Cache node modules
id: cache-npm
Expand Down
Loading

0 comments on commit ca51039

Please sign in to comment.