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: {} pull_request: {}
push: push:
branches: branches:
- main
- master - master
paths: paths:
- .github/workflows/semgrep.yml - .github/workflows/semgrep.yml

View File

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