Skip to content

Commit

Permalink
Update other major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent b87d9ec commit 7c67dfc
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
lint-and-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"chains:coverage": "node -e 'console.log(require(\"./src/index\").nodaryChainIds())'"
},
"devDependencies": {
"eslint": "^8.57.1",
"prettier": "^2.8.8"
"eslint": "^9.21.0",
"prettier": "^3.5.3"
},
"dependencies": {
"@api3/airnode-abi": "^0.15.0",
Expand Down
Loading

0 comments on commit 7c67dfc

Please sign in to comment.