Skip to content

Commit

Permalink
Updated support versions of Node.js
Browse files Browse the repository at this point in the history
- 16.x is no longer supported and can be removed
- 20.x is now the LTS instead of 18.x
- 22.x has been released and should be tested

Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed May 5, 2024
1 parent dd63322 commit 9e3f858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
fail-fast: false
matrix:
include:
- node-version: 16.x
- node-version: 18.x
status: "LTS"
- node-version: 20.x
status: "LTS"
- node-version: 22.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 9e3f858

Please sign in to comment.