Skip to content

Commit 1d7e755

Browse files
authored
Fix pnpm
1 parent 38b8ef6 commit 1d7e755

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Node.js
22-
uses: actions/setup-node@v4
23-
with:
24-
cache: 'pnpm'
21+
- name: Setup pnpm
22+
uses: pnpm/action-setup@v4.0.0
2523
- run: pnpm install
2624
- run: npm build

0 commit comments

Comments
 (0)