Skip to content

Commit 0748375

Browse files
deps: support node 21 (#1018)
1 parent 876adc0 commit 0748375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"check-coverage": false
8585
},
8686
"engines": {
87-
"node": "18.x || 20.x"
87+
"node": "18.x || 20.x || 21.x"
8888
}
8989
}

0 commit comments

Comments
 (0)