Skip to content

Commit fa7a4b8

Browse files
committed
build: support Node.js 19.x
1 parent c34a3ee commit fa7a4b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- Node.js 16.x
3333
- Node.js 17.x
3434
- Node.js 18.x
35+
- Node.js 19.x
3536

3637
include:
3738
- name: Node.js 0.6
@@ -130,6 +131,9 @@ jobs:
130131
- name: Node.js 18.x
131132
node-version: "18.9"
132133

134+
- name: Node.js 19.x
135+
node-version: "19.2"
136+
133137
steps:
134138
- uses: actions/checkout@v2
135139

0 commit comments

Comments
 (0)