From becaabfa0faa4a24bc66b33a1d623634bc169af3 Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:08:42 +0100 Subject: [PATCH] chore: bump node@20 in ci workflows (#10531) --- .github/workflows/autorelease-excalidraw.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- .github/workflows/locales-coverage.yml | 4 ++-- .github/workflows/sentry-production.yml | 4 ++-- .github/workflows/size-limit.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/autorelease-excalidraw.yml b/.github/workflows/autorelease-excalidraw.yml index 6e2c0d00e0..c365647ee8 100644 --- a/.github/workflows/autorelease-excalidraw.yml +++ b/.github/workflows/autorelease-excalidraw.yml @@ -12,10 +12,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - name: Setup Node.js 18.x + - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - name: Set up publish access run: | npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 82f826361c..cc73980d10 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node.js 18.x + - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - name: Install and lint run: | diff --git a/.github/workflows/locales-coverage.yml b/.github/workflows/locales-coverage.yml index 957e9bc37c..d69f1b1449 100644 --- a/.github/workflows/locales-coverage.yml +++ b/.github/workflows/locales-coverage.yml @@ -14,10 +14,10 @@ jobs: with: token: ${{ secrets.PUSH_TRANSLATIONS_COVERAGE_PAT }} - - name: Setup Node.js 18.x + - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - name: Create report file run: | diff --git a/.github/workflows/sentry-production.yml b/.github/workflows/sentry-production.yml index cea4cf63d6..f263e83ce2 100644 --- a/.github/workflows/sentry-production.yml +++ b/.github/workflows/sentry-production.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Setup Node.js 18.x + - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x - name: Install and build run: | yarn --frozen-lockfile diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 5bd3c0d92b..ded07f91fb 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Setup Node.js 18.x + - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Install in packages/excalidraw run: yarn working-directory: packages/excalidraw