Skip to content

Commit e31c4c5

Browse files
chore(deps): update all github actions dependencies
1 parent 2f40b9f commit e31c4c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ jobs:
228228

229229
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
230230
with:
231-
version: 8
231+
version: 10
232232

233233
# Node is required for pnpm
234234
- name: Set up Node
235235
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
236236
with:
237-
node-version: 18
237+
node-version: 22
238238
cache: pnpm
239239
cache-dependency-path: website/pnpm-lock.yaml
240240

.github/workflows/main-updated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666

6767
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
6868
with:
69-
version: 8
69+
version: 10
7070

7171
# Node is required for pnpm
7272
- name: Set up Node
7373
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7474
with:
75-
node-version: 18
75+
node-version: 22
7676
cache: pnpm
7777
cache-dependency-path: website/pnpm-lock.yaml
7878

0 commit comments

Comments
 (0)