Skip to content

Commit

Permalink
Update and rename webpack.yml to zerocat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan authored Jan 19, 2025
1 parent 7c405ee commit c3076e5
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c3076e5

Please sign in to comment.