Skip to content

Commit

Permalink
fix: use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Oct 31, 2024
1 parent a0e8eb8 commit e15f5c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: production
VITE_APP_AIRTABLE_API_KEY: ${{ secrets.VITE_APP_AIRTABLE_API_KEY }}
VITE_APP_AIRTABLE_BASE: ${{ secrets.VITE_APP_AIRTABLE_BASE }}

Expand All @@ -21,7 +20,7 @@ jobs:
cache: 'npm'

- name: 📥 Install dependencies
run: npm install
run: npm ci

- name: 🏗️ Build
run: npm run build
Expand Down

0 comments on commit e15f5c3

Please sign in to comment.