Skip to content

Commit

Permalink
Adds missing env variable for ci compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiti committed Mar 16, 2024
1 parent 2dae426 commit f159d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 18
- run: npm ci
- run: npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit f159d9a

Please sign in to comment.