diff --git a/.github/workflows/crux-test.yml b/.github/workflows/crux-test.yml index 7e64f637a2..70ca8b8ef0 100644 --- a/.github/workflows/crux-test.yml +++ b/.github/workflows/crux-test.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.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 5005970287..726b98b233 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Install sitespeed.io run: npm ci - name: Install Chrome diff --git a/.github/workflows/safari.yml b/.github/workflows/safari.yml index e799fd417d..5695596ca3 100644 --- a/.github/workflows/safari.yml +++ b/.github/workflows/safari.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Install dependencies run: | sudo safaridriver --enable diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 1cafc939a6..deffaab441 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fcf992a5f7..3885e4a861 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Install sitespeed.io run: npm ci env: