From 06b0503f2abc68f8718c745f45ccfb00df137ed8 Mon Sep 17 00:00:00 2001 From: Maciej Skierkowski Date: Mon, 11 Nov 2024 22:32:24 -0800 Subject: [PATCH] chore: update node version to fix web build --- .github/workflows/main.yml | 2 +- .github/workflows/pr-deploy.yml | 2 +- .github/workflows/pr-remove.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0aa6df..b763dea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: "npm" - name: Install Dependencies run: npm ci diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index 3c2a3c6..c9f0ea0 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/pr-remove.yml b/.github/workflows/pr-remove.yml index b94d481..605007e 100644 --- a/.github/workflows/pr-remove.yml +++ b/.github/workflows/pr-remove.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: "npm" - name: Install dependencies run: npm ci