Skip to content

Commit

Permalink
Change node version for 'build' step
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed May 15, 2024
1 parent c0581ca commit 4944ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
node-version: '20.11.0'
node-version: '18.16.1'
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '20.11.0'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 4944ac4

Please sign in to comment.