Skip to content

Commit

Permalink
fix: pnpm lock file (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Mar 6, 2024
1 parent a15b258 commit 014713a
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 7,879 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 014713a

Please sign in to comment.