We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f765b9f commit 56de2e3Copy full SHA for 56de2e3
1 file changed
.github/workflows/CI.yml
@@ -31,13 +31,16 @@ jobs:
31
- uses: UziTech/action-setup-atom@v1
32
with:
33
channel: ${{ matrix.atom_channel }}
34
- - name: Versions
35
- run: apm -v
36
+ - name: Setup PNPM
+ uses: pnpm/action-setup@v1.2.1
37
+ with:
38
+ version: latest
39
+
40
- name: Install base dependencies
41
run: |
42
apm install
- ./node_modules/.bin/atom-package-deps .
43
+ ./node_modules/.bin/atom-package-deps .
44
npm run prepare.base
45
46
- name: Run tests 👩🏾💻
0 commit comments