Skip to content

Commit

Permalink
Add Node 19 to the CI (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 13, 2023
1 parent ba5ab33 commit bc3cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [14, 16, 18]
node-version: [14, 16, 18, 19]
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit bc3cdfb

Please sign in to comment.