Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit c7273a2

Browse files
Check out and npm ci
1 parent f074f6d commit c7273a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/trigger-upstream.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ jobs:
2323
runs-on: ubuntu-latest
2424
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
2525
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v3.0.0
28+
with:
29+
fetch-depth: 2
30+
31+
- name: node
32+
uses: actions/setup-node@v2
33+
with:
34+
node-version: '14'
35+
cache: 'npm'
36+
- run: npm ci
37+
2638
- name: Trigger ADF alpha
2739
shell: bash
2840
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)