Skip to content

Commit

Permalink
bump(deps): Update supported Node.js versions to 18, 20, 21 (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Ayangar <karthik.ayangar7118@gmail.com>
  • Loading branch information
kituuu committed Mar 13, 2024
1 parent 0755354 commit ea00834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x,20.x,21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x,20.x,21.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ea00834

Please sign in to comment.