Skip to content

Commit 52656cc

Browse files
committed
Move from yarn to npm
1 parent 83a1837 commit 52656cc

File tree

4 files changed

+3524
-1872
lines changed

4 files changed

+3524
-1872
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: yarn --frozen-lockfile
26-
- run: yarn lint
27-
- run: yarn test
25+
- run: npm ci
26+
- run: npm run lint
27+
- run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
22
.nyc_output/
33
coverage/
4-
package-lock.json

0 commit comments

Comments
 (0)