Skip to content

Commit 014713a

Browse files
authored
fix: pnpm lock file (#28)
Signed-off-by: Ryan Wang <[email protected]>
1 parent a15b258 commit 014713a

File tree

4 files changed

+248
-7879
lines changed

4 files changed

+248
-7879
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Set up Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16
26+
node-version: 18
2727
- uses: pnpm/[email protected]
2828
name: Install pnpm
2929
id: pnpm-install
3030
with:
31-
version: 7
31+
version: 8
3232
run_install: false
3333
- name: Get pnpm store directory
3434
id: pnpm-cache

0 commit comments

Comments
 (0)