Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Apr 18, 2023
1 parent 7c48f4a commit ac07cf6
Show file tree
Hide file tree
Showing 15 changed files with 1,121 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2

- name: Install Node 14
- name: Install Node 16
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
cache: yarn
cache-dependency-path: "tests/integration-tests/yarn.lock"

Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/ganache-reverts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/ganache-reverts --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/host-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/host-exports --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/non-fatal-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/non-fatal-errors --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/overloaded-contract-functions --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/poi-for-failed-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/poi-for-failed-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/remove-then-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/remove-then-update --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/integration-tests/value-roundtrip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy:test": "graph deploy test/value-roundtrip --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
},
"devDependencies": {
"@graphprotocol/graph-cli": "latest",
"@graphprotocol/graph-ts": "latest",
"@graphprotocol/graph-cli": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/cli?main",
"@graphprotocol/graph-ts": "https://gitpkg.now.sh/graphprotocol/graph-tooling/packages/ts?main",
"solc": "^0.8.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ac07cf6

Please sign in to comment.