Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Aug 17, 2021
1 parent 7043dfb commit 490938b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- name: Install dependencies
run: npm install
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- name: Install dependencies
run: npm install
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- name: Install dependencies
run: npm install
Expand All @@ -78,7 +78,7 @@ jobs:
# - name: Setup Node
# uses: actions/setup-node@v1
# with:
# node-version: '14.x'
# node-version: '16.x'
#
# - name: Install dependencies
# run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
Empty file removed contracts/.npmignore
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc-payable-token",
"version": "4.2.0",
"version": "4.3.0",
"description": "ERC-1363 Payable Token Implementation",
"files": [
"contracts",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://vittominacori.github.io/erc1363-payable-token",
"dependencies": {
"@openzeppelin/contracts": "4.2.0"
"@openzeppelin/contracts": "4.3.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ganache": "^2.0.1",
Expand Down

0 comments on commit 490938b

Please sign in to comment.