Skip to content

Commit d929b18

Browse files
authored
build: update issues-no-repro.yaml (#6223)
* Update issues-no-repro.yaml * Update issues-no-repro.yaml
1 parent 4222a63 commit d929b18

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/issues-no-repro.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
pull-requests: write
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 18
17+
- run: npm install
18+
working-directory: ./.github/scripts
1419
- uses: actions/github-script@v7
1520
with:
1621
script: |

0 commit comments

Comments
 (0)