Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*
- name: setup workspace
run: cp .github/scripts/ci.package.json package.json
# Do this before yarn to avoid node_modules directory
Expand Down
6 changes: 3 additions & 3 deletions Acala/acala-evm-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Acala/acala-evm-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Acala/acala-evm-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@subql/acala-evm-processor": "latest"
},
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/cli": "latest",
"@subql/node": "latest",
"@subql/testing": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Acala/acala-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Acala/acala-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Acala/acala-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Acurast/acurast-canary-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Ajuna/ajuna-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Ajuna/ajuna-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Ajuna/ajuna-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Altair/altair-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Altair/altair-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Altair/altair-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-evm-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-evm-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Astar/astar-evm-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@subql/testing": "latest",
"@subql/node-ethereum": "latest",
"ethers": "^5.7.2",
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"typescript": "latest",
"@subql/node": "latest"
},
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Astar/astar-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-wasm-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Astar/astar-wasm-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Astar/astar-wasm-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ipfs-unixfs": "6.0.6"
},
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/cli": "latest",
"@subql/node": "latest",
"@subql/testing": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Automata/automata-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Automata/automata-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Automata/automata-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
6 changes: 3 additions & 3 deletions Avail/avail-starter/.github/workflows/cli-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
SUBQL_ACCESS_TOKEN: ${{ secrets.SUBQL_ACCESS_TOKEN }}
ENDPOINT: ${{ secrets.ENDPOINT }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
6 changes: 3 additions & 3 deletions Avail/avail-starter/.github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
2 changes: 1 addition & 1 deletion Avail/avail-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^14",
"@polkadot/api": "^15",
"@subql/types": "latest",
"typescript": "latest",
"@subql/cli": "latest",
Expand Down
Loading