Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3ace342

Browse files
authored
chore:fix publish script (#15)
1 parent 924c1b6 commit 3ace342

File tree

5 files changed

+18213
-4312
lines changed

5 files changed

+18213
-4312
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x]
18+
node-version: [12.x, 14.x, 16.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
@@ -26,3 +26,5 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn install --frozen-lockfile
2828
- run: yarn test
29+
- run: npm install
30+
- run: npm pack

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/dist
44
yarn-error.log
55
/canva-public-dependency-tree-*.tgz
6+
/canva-dependency-tree-*.tgz
67
.DS_Store

0 commit comments

Comments
 (0)