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