Skip to content

Commit cde919c

Browse files
ok
1 parent d28e3ed commit cde919c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/webpack.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: NodeJS with Webpack
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
jobs:
1010
build:
@@ -15,14 +15,14 @@ jobs:
1515
node-version: [14.x, 16.x, 18.x]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4
1919

20-
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
22-
with:
23-
node-version: ${{ matrix.node-version }}
20+
- name: Use Node.js ${{ matrix.node-version }}
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: ${{ matrix.node-version }}
2424

25-
- name: Build
26-
run: |
27-
npm install
28-
npx webpack
25+
- name: Build
26+
run: |
27+
npm install
28+
npx webpack

0 commit comments

Comments
 (0)