Skip to content

Commit 0a53cce

Browse files
Update github actions
1 parent c3c5f8c commit 0a53cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- uses: pnpm/action-setup@v3
3131
with:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 22
3838
cache: 'pnpm'
3939

4040
- name: Install dependencies

0 commit comments

Comments
 (0)