Skip to content

Commit

Permalink
make it node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Feb 21, 2024
1 parent 05f7841 commit 04066a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -17,4 +17,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: NODE_OPTIONS=--openssl-legacy-provider yarn build

0 comments on commit 04066a7

Please sign in to comment.