Skip to content

Commit 362b7c7

Browse files
committed
ci: update pnpm, node, and checkout
1 parent 5544555 commit 362b7c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [20]
19+
node-version: [22]
2020
timeout-minutes: 15
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

2727
- uses: pnpm/action-setup@v4
2828
with:
29-
version: 8
29+
version: 10
3030

3131
- name: Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4
@@ -53,15 +53,15 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
node-version: [20]
56+
node-version: [22]
5757
timeout-minutes: 15
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161

6262
- uses: pnpm/action-setup@v4
6363
with:
64-
version: 8
64+
version: 10
6565

6666
- name: Use Node.js ${{ matrix.node-version }}
6767
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)