Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff authored Dec 8, 2021
1 parent 9d0d998 commit 4594273
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

env:
NODE_OPTIONS: --openssl-legacy-provider

jobs:
build:
Expand All @@ -30,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: NODE_OPTIONS="--openssl-legacy-provider" npm run build --if-present
- run: npm test

0 comments on commit 4594273

Please sign in to comment.