Skip to content

Commit c259c34

Browse files
committed
build: support Node.js 21.x
1 parent fdeb1d3 commit c259c34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- Node.js 18.x
3434
- Node.js 19.x
3535
- Node.js 20.x
36+
- Node.js 21.x
3637

3738
include:
3839
- name: Node.js 0.10
@@ -115,6 +116,10 @@ jobs:
115116

116117
- name: Node.js 20.x
117118
node-version: "20.11"
119+
120+
- name: Node.js 21.x
121+
node-version: "21.6.1"
122+
118123
steps:
119124
- uses: actions/checkout@v4
120125

0 commit comments

Comments
 (0)