Skip to content

Commit 26b034f

Browse files
committed
chore: update ci
1 parent 1bff733 commit 26b034f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18.x, lts/*]
20+
node-version: [20.x, lts/*]
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
fail-fast: false
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Use Node.js ${{ matrix.node-version }}
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131

0 commit comments

Comments
 (0)