Skip to content

Commit 854f4dd

Browse files
committed
FIX: Add pnpm to GitHub workflows
1 parent a1dee71 commit 854f4dd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/integrate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Use NodeJS version ${{ matrix.node-version }}
1818
uses: actions/setup-node@v4
19-
with:
20-
node-version: ${{ matrix.node-version }}
21-
cache: 'pnpm'
2219
- name: Setup pnpm
2320
uses: pnpm/action-setup@v2.4.0
2421
with:
22+
node-version: ${{ matrix.node-version }}
23+
cache: 'pnpm'
2524
version: '6'
2625
- run: pnpm install
2726
- run: pnpm test:sass

0 commit comments

Comments
 (0)