diff --git a/.github/workflows/blank.yml b/.github/workflows/ci.yml similarity index 76% rename from .github/workflows/blank.yml rename to .github/workflows/ci.yml index faeb2de..c7777ef 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,3 @@ -# This is a basic workflow to help you get started with Actions - name: CI on: @@ -17,15 +15,13 @@ jobs: timeout-minutes: 30 steps: - name: checkout pushed commit - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} + uses: actions/checkout@v4 - name: setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules