Skip to content

Commit

Permalink
Merge pull request #1446 from kleros/chore(actions)/subgraph-update-node
Browse files Browse the repository at this point in the history
chore(actions): update node version on subgraph deploy
  • Loading branch information
alcercu authored Jan 24, 2024
2 parents c001911 + 1c5d476 commit e6b4938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
node-version: 20

- name: Install Yarn if running locally
if: ${{ env.ACT }}
Expand Down

0 comments on commit e6b4938

Please sign in to comment.