Skip to content

Commit 4329d11

Browse files
committed
Attempt to fix typecheck
1 parent 17f9fc8 commit 4329d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: ⎔ Setup pnpm
1515
uses: pnpm/action-setup@v2.2.4
1616
with:
17-
version: 7.18
17+
version: 8.15.5
1818

1919
- name: ⎔ Setup node
2020
uses: buildjet/setup-node@v3
2121
with:
22-
node-version: 18
22+
node-version: 20.11.1
2323
cache: "pnpm"
2424

2525
- name: Install Protoc

0 commit comments

Comments
 (0)