diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80e64b31..ef5b47aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: nodejs CI on: push: - branches: [main] + branches: [main, next] pull_request: - branches: [main] + branches: [main, next] env: NODE_VER: 18.19.1