Skip to content

Commit 56de2e3

Browse files
committed
chore: setup pnpm in ci
1 parent f765b9f commit 56de2e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ jobs:
3131
- uses: UziTech/action-setup-atom@v1
3232
with:
3333
channel: ${{ matrix.atom_channel }}
34-
- name: Versions
35-
run: apm -v
3634

35+
- name: Setup PNPM
36+
uses: pnpm/action-setup@v1.2.1
37+
with:
38+
version: latest
39+
3740
- name: Install base dependencies
3841
run: |
3942
apm install
40-
./node_modules/.bin/atom-package-deps .
43+
./node_modules/.bin/atom-package-deps .
4144
npm run prepare.base
4245
4346
- name: Run tests 👩🏾‍💻

0 commit comments

Comments
 (0)