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.
npm ci
npm
1 parent 7af216b commit 327574eCopy full SHA for 327574e
.github/workflows/nodejs.yml
@@ -22,10 +22,11 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm install
+ cache: 'npm'
29
+ - run: npm ci
30
- run: npm run build
31
- run: npm run build-self
32
0 commit comments