Skip to content

Commit

Permalink
feat: add node.js v19 to supported runtimes (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Oct 18, 2022
1 parent f5f26a0 commit cf39519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [14, 16, 18, 19]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cf39519

Please sign in to comment.