Skip to content

Commit

Permalink
add node v19 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Oct 25, 2022
1 parent 1afdc57 commit e94cea0
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [12, 14, 16, 18, 19]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit e94cea0

Please sign in to comment.