Skip to content

Commit 4e16843

Browse files
authored
Fix GH actions (#95)
* Update check.yml * Update publish.yml
1 parent 1b08d58 commit 4e16843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: wyvox/action-setup-pnpm@v3
1818
with:
1919
node-version: 22
20-
pnpm-version: 10
2120

2221
- name: Build
2322
run: pnpm build

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: wyvox/action-setup-pnpm@v3
2020
with:
2121
node-version: 22
22-
pnpm-version: 10
2322

2423
- name: Build
2524
run: pnpm build

0 commit comments

Comments
 (0)