Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-oss-byte authored Aug 12, 2023
1 parent 808d4da commit e9506f7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

node-version: ${{ matrix.node-version }}
-name : mapping key 🔑

- name: Build
run: |
🗺 duplicated mapping key

run:
npm install
npx webpack

0 comments on commit e9506f7

Please sign in to comment.