Skip to content

Commit 9ce9573

Browse files
committed
bump ci
1 parent 6f14716 commit 9ce9573

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [20]
10+
node-version: [22]
1111

1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v4
1515

16-
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v4
1817
with:
1918
node-version: ${{ matrix.node-version }}
2019
cache: "pnpm"

0 commit comments

Comments
 (0)