Skip to content

Commit

Permalink
fix: adds npm install to github workflows (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k authored Nov 28, 2023
1 parent 5718e09 commit 4f882de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{secrets.CLOUDFLARE_API_TOKEN}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
environment: staging
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{secrets.CLOUDFLARE_API_TOKEN}}
Expand Down

0 comments on commit 4f882de

Please sign in to comment.