From 01b7a3eddb363464c0950685fc708bfaf749576c Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 20 Mar 2025 14:08:58 +0100 Subject: [PATCH] Use NodeJS 22 --- .github/workflows/crux-test.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/safari.yml | 2 +- .github/workflows/upload.yml | 2 +- .github/workflows/windowsFull.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/crux-test.yml b/.github/workflows/crux-test.yml index 7275e7b08..c97bab2da 100644 --- a/.github/workflows/crux-test.yml +++ b/.github/workflows/crux-test.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install sitespeed.io run: npm ci - name: Run tests with CruX diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2307b9b18..8a507b0e1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install sitespeed.io run: npm ci - name: Install Chrome diff --git a/.github/workflows/safari.yml b/.github/workflows/safari.yml index 234f7ef51..186b95efc 100644 --- a/.github/workflows/safari.yml +++ b/.github/workflows/safari.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install dependencies run: | sudo safaridriver --enable diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 1a69c4bac..f2dda118f 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install sitespeed.io run: npm ci - name: Install Chrome diff --git a/.github/workflows/windowsFull.yml b/.github/workflows/windowsFull.yml index 04e9e2a64..6bf768c71 100644 --- a/.github/workflows/windowsFull.yml +++ b/.github/workflows/windowsFull.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install sitespeed.io run: npm install sitespeed.io -g shell: bash