Skip to content

Commit

Permalink
fix pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jan 24, 2024
1 parent 2390608 commit 20d9f40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/graph-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
environment: graph
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install
run: pnpm install
run: yarn install
- name: Codegen
run: pnpm codegen
run: yarn codegen
- name: Build
run: pnpm build
run: yarn build
- uses: balancer-labs/graph-deploy@v0.0.1
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
Expand Down

0 comments on commit 20d9f40

Please sign in to comment.