From 9cfdf6a6bb4ff82668416d25d4ec4b7c1559f6e3 Mon Sep 17 00:00:00 2001 From: Martijn Russchen Date: Fri, 31 Jan 2025 22:06:32 +0100 Subject: [PATCH] Switch to Node 22 --- .github/workflows/build-docs-site.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docs-site.yml b/.github/workflows/build-docs-site.yml index 1819a86dce..e769ffba9f 100644 --- a/.github/workflows/build-docs-site.yml +++ b/.github/workflows/build-docs-site.yml @@ -16,7 +16,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63c8244841..508f013ff1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d4dacdd2..6cd8c43bcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@v4 @@ -24,7 +24,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Corepack enable run: corepack enable