diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index dc8955d..14df65b 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -2,9 +2,9 @@ name: Testing on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2