diff --git a/.github/workflows/webpack.yml b/.github/workflows/zerocat.yml similarity index 91% rename from .github/workflows/webpack.yml rename to .github/workflows/zerocat.yml index 81d367a..e9243d2 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/zerocat.yml @@ -21,18 +21,13 @@ concurrency: jobs: build: runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [20.x] - steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: '20.x' - name: Build run: |