From cde371dd83aed7cc15b7d838d1fb7cd3823214dc Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 25 Feb 2023 13:29:51 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b903283b..d4106c72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: if: contains(github.ref, 'master') strategy: matrix: - node-version: [16.x] + node-version: [14.18] os: [ubuntu-latest] steps: - uses: actions/checkout@v1 @@ -22,6 +22,7 @@ jobs: node-version: ${{ matrix.node_version }} - name: npm install, build, and test run: | + export NODE_OPTIONS=--openssl-legacy-provider npm install npm run coverage