Skip to content

Commit

Permalink
adds compatibility to run build from base branch with new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Resende Freitas authored and Guilherme Resende Freitas committed Apr 16, 2024
1 parent 080d67d commit 9fa9402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: echo 'NODE_OPTIONS="--openssl-legacy-provider"' >> $GITHUB_ENV
- run: npm ci
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 9fa9402

Please sign in to comment.