downgrade to node 16 to avoid ssl issue (for now)

This commit is contained in:
Kevin Schaul 2023-07-18 10:10:08 -05:00
parent 2fe6fa2be6
commit 2be447f105

View file

@ -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: