From 411fdda23ccf5a32c65eb4c518a3c9b7a77a0afa Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Thu, 11 Apr 2024 11:54:25 -0400 Subject: [PATCH] :bug: npm i instead of ci --- .github/workflows/astro.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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