diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e5e2cc..8056593 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [main] + branches: [2.x] pull_request: - branches: [main] + branches: [2.x] jobs: build: @@ -19,9 +19,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - run: yarn install