From 2be447f1054df15d2eb0a18fa64324a06b9ac1ea Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Tue, 18 Jul 2023 10:10:08 -0500 Subject: [PATCH] downgrade to node 16 to avoid ssl issue (for now) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aef8f7f3..bcea6744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 @@ -78,7 +78,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [18.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 @@ -157,7 +157,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [18] + node-version: [16] browser: [chrome, firefox] container: