Skip to content

Commit 43bbcc8

Browse files
authored
Fix syntax error from previous commit (#490)
1 parent 156386f commit 43bbcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Use Node.js
23-
- uses: actions/setup-node@v2
23+
uses: actions/setup-node@v2
2424
with:
2525
node-version: 16
2626
- name: Test

0 commit comments

Comments
 (0)