We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23405f8 commit 2bfff13Copy full SHA for 2bfff13
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 22
20
cache: pnpm
21
22
- - run: pnpm install
+ - run: pnpm install --no-frozen-lockfile
23
24
- name: Install Zig
25
uses: mlugg/setup-zig@v2
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments