Skip to content

Commit

Permalink
Bump npm packages, solve solhint issues (#13129)
Browse files Browse the repository at this point in the history
* bump node

* bump solhint, ts, chai & fix solhint

* fix solhint issues

* bump node to 20.x

* update readme to specify node, go and pnpm versions correctly

* update readme to node 20
  • Loading branch information
RensR authored May 13, 2024
1 parent fecce98 commit 811fe60
Show file tree
Hide file tree
Showing 24 changed files with 265 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .github/actions/delete-deployments/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: "18"
node-version: "20"
cache: "pnpm"
cache-dependency-path: "./.github/actions/delete-deployments/pnpm-lock.yaml"

Expand Down
10 changes: 5 additions & 5 deletions .github/actions/delete-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/action": "^6.0.5",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/action": "^6.1.0",
"@octokit/plugin-retry": "^6.0.1",
"@octokit/plugin-throttling": "^7.0.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"devDependencies": {
"@octokit/types": "^11.1.0",
"@types/node": "^18",
"typescript": "^5.2.2"
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
}
}
105 changes: 53 additions & 52 deletions .github/actions/delete-deployments/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/setup-nodejs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: "16"
node-version: "20"
cache: "pnpm"
cache-dependency-path: "contracts/pnpm-lock.yaml"

Expand Down
4 changes: 2 additions & 2 deletions .github/actions/split-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.19.31",
"@types/node": "^18.19.32",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 811fe60

Please sign in to comment.