Skip to content

Commit de86f8d

Browse files
committed
Update workflows
1 parent 0f634f7 commit de86f8d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Install PNPM
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: "pnpm"
2525
- name: Install dependencies and test
2626
run: pnpm install-test --frozen-lockfile

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
- name: Install PNPM
1313
uses: pnpm/action-setup@v4
1414
with:
15-
version: 9
15+
version: 10
1616
- name: Install Node
1717
uses: actions/setup-node@v4
1818
with:
19+
node-version: 22
1920
cache: "pnpm"
2021
- name: Install and test
2122
run: pnpm install-test --frozen-lockfile

0 commit comments

Comments
 (0)