Skip to content

Commit

Permalink
chore(ci/frontend): use pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 18, 2024
1 parent 1e641fb commit aecc5ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: lts/Iron
cache: pnpm
cache-dependency-path: ember/pnpm-lock.yaml

- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Lint
Expand All @@ -43,13 +45,15 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: lts/Iron
cache: pnpm
cache-dependency-path: ember/pnpm-lock.yaml

- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
Expand Down

0 comments on commit aecc5ac

Please sign in to comment.