From 0f848fefaf2b91dea3553e3d53b2d738ea4fbf02 Mon Sep 17 00:00:00 2001 From: Roberto Cantu Date: Fri, 19 Apr 2024 11:55:51 -0500 Subject: [PATCH] Update node version used by GH workflow --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89b7f104..b2eb633b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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