From 24927a59df0274ea8e90bbbad2c7e588694404b2 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 13 May 2024 23:57:06 +0200 Subject: [PATCH] Use NodeJS 20 --- .github/workflows/install.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/osx.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 913e622..0b44f0c 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - name: Install throttle run: npm install @sitespeed.io/throttle -g diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c976049..32fdd0f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index f75af9a..de87580 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '20.x' - name: Install dependencies run: npm ci - name: Test 3g