diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0e111f4f..cb2bf5bf 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -10,9 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Setup node uses: actions/setup-node@v3 - - name: Install + - name: Install dependencies run: npm ci - name: Build run: npm run build