We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15965e5 commit a8b484cCopy full SHA for a8b484c
.github/workflows/ci.yml
@@ -16,14 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
19
- # - name: Install pnpm
20
- # uses: pnpm/action-setup@v2
21
-
22
- name: Set node version to 16
23
uses: actions/setup-node@v3
24
with:
25
node-version: 16
26
- # cache: 'pnpm'
+ cache: 'yarn'
27
28
- run: npx envinfo --registry https://registry.npmmirror.com/
29
@@ -43,14 +40,11 @@ jobs:
43
40
44
41
45
42
46
47
48
49
50
51
52
53
54
55
56
0 commit comments