Update pull_request_dependabot.yml

This commit is contained in:
Francisco Hodge 2023-02-25 13:31:25 -05:00 committed by GitHub
parent cecef66b07
commit ecaa9acad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ jobs:
node-version: ${{ matrix.node_version }} node-version: ${{ matrix.node_version }}
- name: npm install, build, and test - name: npm install, build, and test
run: | run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install npm install
npm run coverage npm run coverage
env: env: