From 910fcc8d197a8993e58528942e0b979048e4fddc Mon Sep 17 00:00:00 2001 From: dragonmux Date: Wed, 25 Sep 2024 03:51:13 +0100 Subject: [PATCH] github: Updated the CI actions for the Node.js deprecation and added the next LTS to the test list --- .github/workflows/pr-checks.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6d82d4c..8fd9177 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -21,12 +21,12 @@ jobs: matrix: os: - { id: ubuntu-22.04, name: jammy } - # 18 is oldest LTS, 20 is the current - node-version: [18, 20] + # 18 is oldest LTS, 20 is the current, 22 is what will be the next + node-version: ['18', '20', '22'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 with: @@ -45,12 +45,12 @@ jobs: matrix: os: - { id: ubuntu-22.04, name: jammy } - # 18 is oldest LTS, 20 is the current - node-version: [18, 20] + # 18 is oldest LTS, 20 is the current, 22 is what will be the next + node-version: ['18', '20', '22'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 with: @@ -69,12 +69,12 @@ jobs: matrix: os: - { id: ubuntu-22.04, name: jammy } - # 18 is oldest LTS, 20 is the current - node-version: [18, 20] + # 18 is oldest LTS, 20 is the current, 22 is what will be the next + node-version: ['18', '20', '22'] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 with: