Skip to content

Commit

Permalink
Merge pull request #136 from Airstack-xyz/upgrade-action-nodejs-18
Browse files Browse the repository at this point in the history
Update create-subgraph.yml - upgrading to node 18
  • Loading branch information
estfe authored Jul 2, 2024
2 parents fd3d58c + e5a93b0 commit 8e64e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Node.js 16
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install Yarn
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install graph-cli
run: |
sudo yarn global add @graphprotocol/graph-cli
sudo yarn global add @graphprotocol/graph-cli@0.78.0
- name: Create subgraph based on environment
Expand All @@ -51,4 +51,4 @@ jobs:
env:
DEV_NODE_URL: ${{ secrets.DEV_NODE_URL }}
PROD_NODE_URL: ${{ secrets.PROD_NODE_URL }}
SUBGRAPH_NAME: ${{ github.event.inputs.subgraph_name }}
SUBGRAPH_NAME: ${{ github.event.inputs.subgraph_name }}

0 comments on commit 8e64e12

Please sign in to comment.