Skip to content

Commit

Permalink
github: Updated the CI actions for the Node.js deprecation and added …
Browse files Browse the repository at this point in the history
…the next LTS to the test list
  • Loading branch information
dragonmux committed Sep 25, 2024
1 parent cc68756 commit 910fcc8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 910fcc8

Please sign in to comment.