Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Jan 18, 2024
1 parent bd9eeac commit f96ea99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16.x
node-version: 18.x

- name: Setup SSH keys and hosts
env:
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

Expand Down Expand Up @@ -138,12 +138,12 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

- name: Deploy ETH Mainnet
run: yarn deploy-prod

- name: Deploy Fantom
run: yarn deploy-ftm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"lint": "prettier --ignore-path .gitignore --list-different \"**/*.{ts,js,json,yaml}\""
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.67.1",
"@graphprotocol/graph-ts": "^0.24.1",
"@graphql-codegen/cli": "^2.6.2",
"@tsconfig/node16": "^1.0.2",
Expand All @@ -47,6 +46,7 @@
"*.{ts,js,json,yaml}": "prettier --write"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.67.1",
"@protofire/subgraph-toolkit": "0.1.2"
}
}

0 comments on commit f96ea99

Please sign in to comment.