Skip to content

Commit a10fb86

Browse files
committed
feature: npm publishing
1 parent 7c9fd64 commit a10fb86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: '14'
18+
check-latest: true
1819
- run: npm i
1920

2021
publish-npm:

0 commit comments

Comments
 (0)