Skip to content

Commit 75a4225

Browse files
committed
Remove Node 18 from the CI build
1 parent 949e690 commit 75a4225

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-22.04]
12-
node-version: [18.x, 20.x]
12+
node-version: [20.x]
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
CI: true

0 commit comments

Comments
 (0)