Skip to content

Commit a2fdfb3

Browse files
committed
ci: include node version 21 in matrix
1 parent 7b797f6 commit a2fdfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
strategy:
6363
matrix:
64-
node-version: [18.x, 20.x]
64+
node-version: [18.x, 20.x, 21.x]
6565

6666
steps:
6767
- name: Checkout the Git repository

0 commit comments

Comments
 (0)