From bbb5f5b520ece839ec6d54b2ab676f1f20d24743 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Wed, 24 Jan 2024 13:53:30 +0100 Subject: [PATCH] Update Node.js version on CI to 18.x --- .github/workflows/chromatic.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 2dc7f70..3474a65 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: pnpm/action-setup@v2 name: Install pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1381337..debffa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - uses: pnpm/action-setup@v2 name: Install pnpm