Skip to content

Commit

Permalink
chore: Fixing typo in ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
m-seidel committed Jun 13, 2024
1 parent 9170782 commit e4f6c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build widget
env:
NODE_OPTIONS=--openssl-legacy-provider
NODE_OPTIONS: --openssl-legacy-provider
run: yarn --cwd samples/weather-forecast build

- name: Prepare Deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Build
working-directory: samples/weather-forecast
env:
NODE_OPTIONS=--openssl-legacy-provider
NODE_OPTIONS: --openssl-legacy-provider
run: yarn build

- name: Run Lint
Expand Down

0 comments on commit e4f6c58

Please sign in to comment.