diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32c1558..faccb10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -49,7 +49,7 @@ jobs: - name: Compile run: yarn codegen - + - name: Build run: yarn build @@ -92,7 +92,7 @@ jobs: - name: Compile run: yarn codegen - + - name: Build run: yarn build @@ -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 diff --git a/package.json b/package.json index 29c58a2..d5466db 100644 --- a/package.json +++ b/package.json @@ -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", @@ -47,6 +46,7 @@ "*.{ts,js,json,yaml}": "prettier --write" }, "dependencies": { + "@graphprotocol/graph-cli": "^0.67.1", "@protofire/subgraph-toolkit": "0.1.2" } }