From 7b80060195ab3a995f653701c627af6be2c72946 Mon Sep 17 00:00:00 2001 From: Arthur Geron Date: Sun, 29 Oct 2023 05:02:34 -0300 Subject: [PATCH] fix: incompatible node version version incompatible with github actions --- .github/workflows/pullRequest.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 0b9130b..31f87d3 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: 'yarn' cache-dependency-path: '**/yarn.lock' @@ -40,10 +40,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: 'yarn' cache-dependency-path: '**/yarn.lock' @@ -71,10 +71,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: 'yarn' cache-dependency-path: '**/yarn.lock' @@ -96,10 +96,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x cache: 'yarn' cache-dependency-path: '**/yarn.lock'