Skip to content

Commit 3b386f7

Browse files
authored
ci: run tests in Node.js 21 (#130)
1 parent 242d569 commit 3b386f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
27+
node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
2828
include:
2929
- os: windows-latest
3030
node: "12.x"

0 commit comments

Comments
 (0)