diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 87% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index ec72c12..b15b50f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,15 @@ -name: CI +name: build on: ["push", "pull_request"] jobs: - ci: - runs-on: ubuntu-20.04 + build: + runs-on: ubuntu-latest strategy: matrix: node-version: [15] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: 7