Merge pull request #137 from curbengh/node-19

ci(tester): add node 19
This commit is contained in:
Ming Di Leom 2022-11-06 13:26:09 +10:30 committed by GitHub
commit 4b4d3cb342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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