Skip to content

Commit

Permalink
Use pnpm 8 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Sep 30, 2023
1 parent 62a324a commit 183e99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand All @@ -40,6 +40,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Typescript compile
run: pnpm ci-build

0 comments on commit 183e99e

Please sign in to comment.