From 596fd64fb53754c78c860dd624840e5331ff91e1 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Wed, 16 Apr 2025 12:40:21 +0200 Subject: [PATCH] Use Node.js 22 on CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1db2e66..0ea9b0a 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 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: npm - name: Install dependencies run: npm install --ignore-scripts