Skip to content

Commit 75b474a

Browse files
Fixing yaml typo
1 parent 1d74565 commit 75b474a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v2
3333
- uses: actions/setup-node@v1
3434
with:
35-
node-version: 14
35+
node-version: 14
3636
registry-url: https://registry.npmjs.org/
3737
- run: npm publish
3838
env:

0 commit comments

Comments
 (0)