From 1bc1140e5165a0a385272992f5f2c325820d056e Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Fri, 8 Nov 2024 00:26:13 +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 13946c9c..0c7d5174 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