Skip to content

Commit

Permalink
[fix]attempts to fix pnpm lock build error. updates github action scr…
Browse files Browse the repository at this point in the history
…ipt node and pnpm versions
  • Loading branch information
ctbwx committed Aug 28, 2024
1 parent 90bbc74 commit ce9d94c
Show file tree
Hide file tree
Showing 2 changed files with 1,147 additions and 1,501 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: latest

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: latest
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
Loading

0 comments on commit ce9d94c

Please sign in to comment.