Skip to content

Commit

Permalink
Update node version used by GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Apr 19, 2024
1 parent ff9c2b8 commit 0f848fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand All @@ -52,7 +52,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand All @@ -76,7 +76,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
# ref: ${{ github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# ref: ${{ needs.deploy.outputs.deploy_commit || github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
# ref: ${{ needs.deploy.outputs.deploy_commit || github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 0f848fe

Please sign in to comment.