diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 7084154..ef46ff5 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -32,7 +32,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - - run: npm ci + - run: npm i - run: npm run build env: AIRTABLE_API_KEY: ${{secrets.AIRTABLE_API_KEY}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c7c23f..341c076 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies - run: npm ci + run: npm i # - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies # run: npm audit signatures - name: Release