Skip to content

Commit 3c072b8

Browse files
ci: update test.yml (#288)
1 parent 3b16876 commit 3c072b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [14, 16, 18]
20+
node: [14, 16, 18, 20]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 1
25-
- uses: actions/setup-node@v3
25+
- uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node }}
2828

0 commit comments

Comments
 (0)