From 8b44d61d3728b26613845d3a1c5dd5249a37de9f Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Fri, 8 Nov 2024 00:29:29 +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 129a98b..3e7208e 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 457fb09..ca20896 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