-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3eed12
commit 9c529c7
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
||
|