We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4410537 commit ef55f77Copy full SHA for ef55f77
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
- - run: npm install --legacy-peer-deps
+ - run: npm ci
24
- run: npm test
25
26
lint:
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v3
31
32
33
- run: npm run lint
34
- run: npm run toc
35
- run: git diff --stat --exit-code
.gitignore
@@ -3,7 +3,6 @@
3
.idea
4
node_modules/*
5
build/
6
-package-lock.json
7
bench/*.svg
8
bench/dist/
9
bench/node_modules
0 commit comments