Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit c6de796

Browse files
committed
Downgrade CI to node 18 again
1 parent 0a7de5f commit c6de796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest, windows-2019]
3333
version: ["0.1", "0.2", "0.3", "development"]
34-
node: [14, 20]
34+
node: [14, 18]
3535

3636
runs-on: ${{ matrix.os }}
3737
steps:

0 commit comments

Comments
 (0)