Skip to content

Commit a2455ba

Browse files
committed
fix: add pnpm setup
1 parent f932fe0 commit a2455ba

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: CI
44
on:
55
push:
66
branches:
7-
- master
7+
- master
88
pull_request:
99
branches:
10-
- master
10+
- master
1111

1212
jobs:
1313
build:
@@ -20,6 +20,9 @@ jobs:
2020
name: Use Node.js ${{ matrix.node-version }}
2121
steps:
2222
- uses: actions/checkout@v4
23+
- uses: pnpm/action-setup@v2
24+
with:
25+
version: 8.8.0
2326
- name: Setup node
2427
uses: actions/setup-node@v3
2528
with:

0 commit comments

Comments
 (0)