From ebf9d54d8af9b5becd51fa23fc4ad2997592c1ac Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 13:55:18 +0300 Subject: [PATCH] adjust node version --- .github/workflows/preview.yaml | 4 ++-- .github/workflows/production.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 264cf55..553ec34 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Install Dependencies run: npm install - name: Code Format @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Clear npm cache run: npm cache clean -f - name: Delete node_modules and package-lock.json diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index d46f535..13cee6f 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Install Dependencies run: npm install - name: Code Format @@ -29,7 +29,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: 18.12.1 + node-version: 18.17.0 - name: Clear npm cache run: npm cache clean -f - name: Delete node_modules and package-lock.json