File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments