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 28c7555 commit 0cf37e4Copy full SHA for 0cf37e4
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,6 @@ jobs:
23
version: 8
24
- uses: actions/setup-node@v4
25
with:
26
- node-version: 18
27
cache: pnpm
28
- name: Install Dependencies
29
run: pnpm install --frozen-lockfile
@@ -44,7 +43,6 @@ jobs:
44
43
45
46
47
48
49
50
run: pnpm install --no-lockfile
@@ -72,7 +70,6 @@ jobs:
72
70
73
71
74
75
76
77
78
0 commit comments