Skip to content

Commit 7f656c4

Browse files
Add ts dependency
1 parent 8c22595 commit 7f656c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: 14
28+
node-version: 16
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@itech-indrustries/editorjs-strikethrough": "^1.0.0",
5757
"lodash": "^4.17.21",
5858
"editorjs-alert": "^1.0.3",
59-
"editorjs-list": "^2.1.4"
59+
"editorjs-list": "^2.1.4",
60+
"typescript": "^4.5.2"
6061
}
6162
}

0 commit comments

Comments
 (0)