Skip to content

Commit acb44e9

Browse files
author
方鹏飞
committed
build: v0.0.3
1 parent a466d22 commit acb44e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-node@v1
1212
with:
13+
node-version: 'lts/*'
1314
registry-url: https://registry.npmjs.org
15+
- run: npm ci --ignore-scripts
1416
- run: npm run build:cjs
1517
- run: npm run build:esm5
1618
- run: npm run build:types

0 commit comments

Comments
 (0)