We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187b6a7 commit 2f66ee3Copy full SHA for 2f66ee3
.github/workflows/subgraph-ci.yml
@@ -10,8 +10,9 @@ on:
10
inputs:
11
node-version:
12
description: Node.js version to use
13
- required: true
+ required: false
14
type: number
15
+ default: 20
16
17
concurrency:
18
group: ${{ github.ref }}-subgraph-ci
@@ -27,7 +28,7 @@ jobs:
27
28
29
- uses: actions/setup-node@v4
30
with:
- node-version: ${{ inputs.node-version }} # default is 20
31
+ node-version: ${{ inputs.node-version }}
32
cache: 'npm'
33
cache-dependency-path: 'packages/subgraph'
34
0 commit comments