Skip to content

Commit 9e1155c

Browse files
authored
infra: support NodeJS v20 (#2122)
1 parent ee8c97c commit 9e1155c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node_version: [14, 16, 18]
18+
node_version: [14, 16, 18, 20]
1919
include:
2020
- os: macos-latest
2121
node_version: 16
2222
- os: macos-latest
2323
node_version: 18
24+
- os: macos-latest
25+
node_version: 20
2426
- os: windows-latest
2527
node_version: 16
2628
- os: windows-latest
2729
node_version: 18
30+
- os: windows-latest
31+
node_version: 20
2832
fail-fast: false
2933
timeout-minutes: 10
3034

0 commit comments

Comments
 (0)