Skip to content

Commit 03f268a

Browse files
committed
ci: 修改发布脚本
1 parent 2f52c19 commit 03f268a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: 12
14+
node-version: '12.9.1'
1515
- run: npm install && npm run build
1616

1717
publish-npm:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
- uses: actions/[email protected]
2323
with:
24-
node-version: 12
24+
node-version: '12.9.1'
2525
registry-url: https://registry.npmjs.org/
2626
- run: npm install && npm run build
2727
- run: npm publish

0 commit comments

Comments
 (0)