Skip to content

Commit

Permalink
ci: 🔧 update ci step for installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Aug 3, 2024
1 parent bebc446 commit ff93723
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-to-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest
name: Test and deploy
steps:
- uses: actions/checkout@v4
- name: Checkout 🧳
uses: actions/checkout@v4

# Setup the project
- name: Use Node.js 🔥
uses: actions/setup-node@v4
- name: Setup PNPM ⚙️
uses: AkashRajpurohit/.github/.github/actions/setup-pnpm@main
with:
node-version: 16
cache: 'yarn'
node_version: 20
pnpm_version: 9

- name: Install Dependencies 🔽
run: yarn install --frozen-lockfile
- name: Install dependencies ⏬
run: pnpm install --no-frozen-lockfile

# Run tests
- name: Run tests 🫡
Expand Down

0 comments on commit ff93723

Please sign in to comment.