Skip to content

Commit 498d085

Browse files
feat: update to yarn
1 parent f3aec8d commit 498d085

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/buildPR.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: "14"
14-
- run: npm ci
15-
- run: npm run test
16-
- run: npm run build
14+
- run: yarn
15+
- run: yarn test
16+
- run: yarn build

.github/workflows/publishToNpm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: "14"
14-
- run: npm ci
15-
- run: npm run test
16-
- run: npm run build
14+
- run: yarn
15+
- run: yarn test
16+
- run: yarn build
1717
- name: Release
1818
env:
1919
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)