Skip to content

Commit cb54d91

Browse files
committed
1 parent f6f763d commit cb54d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: actions/checkout@v2
77
- uses: actions/setup-node@v1
88
with:
9-
node-version: "15.x"
9+
node-version: 15
1010
registry-url: https://registry.npmjs.org/
1111
- run: npm publish
1212
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)