Skip to content

Commit 24be381

Browse files
committed
use npm package-lock
1 parent c6ec0af commit 24be381

File tree

4 files changed

+3501
-2877
lines changed

4 files changed

+3501
-2877
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: yarn
26-
- run: yarn install --frozen-lockfile
27-
- run: yarn test
25+
cache: 'npm'
2826
- run: npm install
27+
- run: npm test
2928
- run: npm pack

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: 16
20-
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
2120
- run: npm ci
2221
- id: publish
2322
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)