From 8d9b93751d52047949142cf9abd73dc29a496993 Mon Sep 17 00:00:00 2001 From: Maksim Efremov Date: Fri, 1 Mar 2024 17:19:43 +0300 Subject: [PATCH] chore(.github/workflows): use nodejs 18 for main-preview.yaml --- .github/workflows/main-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-preview.yml b/.github/workflows/main-preview.yml index b59c09e..fa6e24d 100644 --- a/.github/workflows/main-preview.yml +++ b/.github/workflows/main-preview.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 cache: npm - name: Install Packages run: npm ci