Update pull_request.yml

This commit is contained in:
Francisco Hodge
2023-02-25 13:31:10 -05:00
committed by GitHub
parent 190fdf888a
commit cecef66b07

View File

@@ -18,6 +18,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
env: