From 767664767e1ee725ad4ccbd2993e1c1f5f3a8e44 Mon Sep 17 00:00:00 2001 From: Muhammad Ahsan Ayaz <9844254+AhsanAyaz@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:12:48 +0200 Subject: [PATCH] fix(ci): update workflow to use node 18.x (#646) --- .github/workflows/deploy.yml | 2 +- .github/workflows/prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ceb6bd8e60..e1333b258a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js 🔧 uses: actions/setup-node@v3.8.1 with: - node-version: 16.x + node-version: 18.x - name: Update npm 🚀 run: npm install -g npm@latest diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 07f05fd319..af42b0fbf3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3.8.1 with: - node-version: 16.x + node-version: 18.x - name: Install 🔧 # Install dependencies run: |