Skip to content

Commit 42ce5ed

Browse files
committed
[tmp] ci: update Node.js versions matrix to include 18, 20, 22, and 23
1 parent e5ecbb1 commit 42ce5ed

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
12-
node-version: ['lts/*', 'current']
12+
node-version: ['18', '20', '22', '23', 'lts/*', 'current']
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)