Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Jan 12, 2024
1 parent 39429cc commit a89dc33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- beta
- develop
env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
yarn
yarn install-peers
- name: Compile TypeScript
- name: Compile typeScript
run: yarn compile

- name: Determine version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"@safe-global/safe-core-sdk": "^3.3.2",
"@safe-global/safe-core-sdk-types": "^1.9.0",
"@safe-global/safe-ethers-lib": "^1.9.2",
"@safe-global/safe-service-client": "^2.0.0",
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"axios": "^0.27.2",
"ethereumjs-util": "^7.1.4"
},
Expand Down

0 comments on commit a89dc33

Please sign in to comment.