Skip to content

Commit

Permalink
Update node version in 'test' step
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed May 15, 2024
1 parent 4944ac4 commit 0bff313
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 @@ -51,11 +51,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 0bff313

Please sign in to comment.