Skip to content

Commit d268ae4

Browse files
committed
ci: add nodejs v20 to test matrix
1 parent c4ff691 commit d268ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
strategy:
155155
matrix:
156156
os: [ ubuntu-22.04 ]
157-
node-version: [ 18 ]
157+
node-version: [ 18, 20 ]
158158
name: Test (Node v${{ matrix.node-version }}, OS ${{ matrix.os }})
159159
runs-on: ${{ matrix.os }}
160160
steps:

0 commit comments

Comments
 (0)