diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1363a6b..99b5075 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -3,7 +3,6 @@ on: pull_request: {} push: branches: - - main - master paths: - .github/workflows/semgrep.yml diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 954520a..9b30b67 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -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