From 2996ed0a9ff18bb26da8c4f9e9ccb6c776ebcb98 Mon Sep 17 00:00:00 2001 From: Wojciech Maj <kontakt@wojtekmaj.pl> Date: Fri, 8 Nov 2024 00:25:34 +0100 Subject: [PATCH] Use Node 22 for CI --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129a98b9..3e7208e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Enable Corepack run: corepack enable @@ -94,7 +94,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d65ee81..578d626c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' registry-url: 'https://registry.npmjs.org' - name: Enable Corepack