Skip to content

Commit 505c6df

Browse files
committed
💚 GHAでpnpmインストールされるようにした
1 parent 5e8b238 commit 505c6df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-session.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v5
1212

13+
- name: Set up pnpm
14+
uses: pnpm/action-setup@v4
15+
with:
16+
package_json_file: "package.json"
17+
1318
- name: Set up Node.js
1419
uses: actions/setup-node@v4
1520
with:

0 commit comments

Comments
 (0)