Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore: upgrade to Node 18 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw authored Jun 15, 2023
1 parent 636c1a4 commit 57623fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
check-latest: true
- run: yarn
- run: yarn build
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
check-latest: true
- run: yarn
- run: yarn lint
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
check-latest: true
- run: yarn
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion app.alfajores.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: nodejs12
runtime: nodejs18
service: indexer
instance_class: B4
manual_scaling:
Expand Down
2 changes: 1 addition & 1 deletion app.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: nodejs12
runtime: nodejs18
service: indexer
instance_class: B4
manual_scaling:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@celo/flake-tracker": "0.0.1-dev"
},
"engines": {
"node": "12"
"node": "^18"
},
"resolutions": {
"web3-eth-abi/**/@ethersproject/abi": "5.0.4",
Expand Down

0 comments on commit 57623fb

Please sign in to comment.