We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ec0af commit 24be381Copy full SHA for 24be381
.github/workflows/node.js.yml
@@ -22,8 +22,7 @@ jobs:
22
uses: actions/setup-node@v3
23
with:
24
node-version: ${{ matrix.node-version }}
25
- cache: yarn
26
- - run: yarn install --frozen-lockfile
27
- - run: yarn test
+ cache: 'npm'
28
- run: npm install
+ - run: npm test
29
- run: npm pack
.github/workflows/npm-publish.yml
@@ -17,7 +17,6 @@ jobs:
17
18
19
node-version: 16
20
- # We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
21
- run: npm ci
- id: publish
uses: JS-DevTools/npm-publish@v1
0 commit comments