From 4ab985d8efeaf9bf07b4fcf11f6612cdd3a729dc Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Tue, 19 Sep 2023 17:21:27 +0300 Subject: [PATCH] chore: Fix CI node version --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbdbd10a..41be5b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '18.x' cache: 'npm' - name: Install Packages run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab80590..4f4da78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,4 +12,4 @@ jobs: with: github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }} npm-token: ${{ secrets.YC_UI_BOT_NPM_TOKEN }} - node-version: 14 + node-version: 18