We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a826fd commit 31cff27Copy full SHA for 31cff27
.github/workflows/node.js.yml
@@ -24,6 +24,6 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: npm ci
+ - run: npm install
28
- run: npm run build --if-present
29
- run: npm test
.gitignore
@@ -4,4 +4,5 @@ npm-debug.log
4
.idea
5
.DS_Store
6
dist
7
-*.tgz
+*.tgz
8
+package-lock.json
0 commit comments