diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9c6928..df924b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,7 @@ name: Node CI on: + push: pull_request: branches: - master @@ -13,9 +14,9 @@ jobs: node: [12.20.0, 14.13.1, 16.0.0, 17] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Install dependencies