Skip to content

Commit

Permalink
ci: test against Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Mar 8, 2024
1 parent 934444c commit 2bf7758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 16.x, 18.x]
node: [14.x, 16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 16.x, 18.x]
node: [14.x, 16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 2bf7758

Please sign in to comment.