Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Oct 19, 2023
1 parent e3eed12 commit 9c529c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
GIT_COMMITTER_EMAIL: '[email protected]'
GH_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
CI: true
# TODO - remove this once we have upgraded Webpack to v5
NODE_OPTIONS: --openssl-legacy-provider

jobs:
install:
Expand All @@ -27,6 +25,7 @@ jobs:
with:
node-version: 18.x

# TODO - remove this once we have upgraded Webpack to v5
- name: Set NODE_OPTIONS
run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV

Expand Down

0 comments on commit 9c529c7

Please sign in to comment.