Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Check out and npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed May 9, 2022
1 parent f074f6d commit c7273a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/trigger-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 2

- name: node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm ci

- name: Trigger ADF alpha
shell: bash
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit c7273a2

Please sign in to comment.