Skip to content

Commit

Permalink
Add support for Node.js version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
santuman committed Mar 5, 2024
1 parent 7357bfb commit 46a2b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [macos-latest, windows-latest]
steps:
- name: Check out repo
Expand All @@ -62,7 +62,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
os: [ubuntu-latest]

services:
Expand Down

0 comments on commit 46a2b9f

Please sign in to comment.