Skip to content

Commit d614c8d

Browse files
committed
More CI fixes for node 20/pnpm 8
1 parent 4329d11 commit d614c8d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: ⎔ Setup pnpm
2222
uses: pnpm/action-setup@v2.2.4
2323
with:
24-
version: 7.18
24+
version: 8.15.5
2525

2626
- name: ⎔ Setup node
2727
uses: buildjet/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 20.11.1
3030
cache: "pnpm"
3131

3232
- name: Install Protoc

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- "build-*"
1010
paths:
1111
- ".github/workflows/publish.yml"
12+
- ".github/workflows/typecheck.yml"
13+
- ".github/workflows/unit-tests.yml"
14+
- ".github/workflows/e2e.yml"
15+
- ".github/workflows/publish-docker.yml"
1216
- "packages/**"
1317
- "!packages/**/*.md"
1418
- "!packages/**/*.eslintrc"

.github/workflows/unit-tests.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)