ci(tester): add node 19

This commit is contained in:
MDLeom 2022-11-05 02:02:16 +00:00
parent c6c7d3743a
commit 8258359f6b
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ on:
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['14', '16', '18']
node-version: ['14', '16', '18', '19']
fail-fast: false
steps:
- uses: actions/checkout@v3