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