Skip to content

Commit d5f036a

Browse files
authored
chore(subgraph): update matchstick-as dependency (semaphore-protocol#946)
* chore(subgraph): update matchstick-as dependency * chore(subgraph): update dependency versions * ci: update pull request workflow to install libssl1.1 before testing the subgraph * ci: update pull requests workflow * ci: update ubuntu version * ci: update ubuntu version in tests * ci: update ubuntu version
1 parent ea57b1d commit d5f036a

File tree

4 files changed

+1263
-1021
lines changed

4 files changed

+1263
-1021
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn lint
3535

3636
test-subgraph:
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04 # Context: https://github.com/graphprotocol/graph-tooling/issues/1546#issuecomment-2589680195
3838

3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: yarn run eslint ${{ steps.changed-files.outputs.to_lint_all_changed_files }} --ext .cjs,.js,.jsx,.ts,.tsx
7676

7777
test:
78-
runs-on: ubuntu-latest
78+
runs-on: ubuntu-22.04 # Context: https://github.com/graphprotocol/graph-tooling/issues/1546#issuecomment-2589680195
7979

8080
steps:
8181
- uses: actions/checkout@v4

apps/subgraph/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"test": "graph test Semaphore -v 0.5.0"
1919
},
2020
"dependencies": {
21-
"@graphprotocol/graph-cli": "0.78.0",
22-
"@graphprotocol/graph-ts": "0.35.1",
21+
"@graphprotocol/graph-cli": "0.95.0",
22+
"@graphprotocol/graph-ts": "0.37.0",
2323
"@semaphore-protocol/utils": "workspace:packages/utils"
2424
},
2525
"devDependencies": {
26-
"@types/mustache": "^4.2.2",
27-
"matchstick-as": "0.5.0",
26+
"@types/mustache": "^4.2.5",
27+
"matchstick-as": "0.6.0",
2828
"mustache": "^4.2.0"
2929
}
3030
}

0 commit comments

Comments
 (0)