Skip to content

Commit 364a14b

Browse files
committed
ci: update actions
1 parent c8422d4 commit 364a14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup PNPM
17-
uses: pnpm/action-setup@v3
17+
uses: pnpm/action-setup@v4
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
cache: 'pnpm'
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)