Skip to content

Commit 7bfe85d

Browse files
chore(deps): update (#1208)
1 parent b5c9379 commit 7bfe85d

File tree

8 files changed

+1178
-2084
lines changed

8 files changed

+1178
-2084
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Lint
4444
run: npm run lint
4545

46-
# - name: Security audit
47-
# run: npm run security
46+
- name: Security audit
47+
run: npm run security
4848

4949
- name: Check commit message
5050
uses: wagoid/commitlint-github-action@v1
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
5858
node-version: [10.x, 12.x, 14.x]
59-
webpack-version: [latest, next]
59+
webpack-version: [4, latest]
6060

6161
runs-on: ${{ matrix.os }}
6262

0 commit comments

Comments
 (0)