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 a68707c commit 3183e91Copy full SHA for 3183e91
.github/workflows/node.js.yml
@@ -27,5 +27,6 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
+ - run: npm install
31
- run: npx tsc
32
- run: node dist/index.js
0 commit comments