There was an error while loading. Please reload this page.
1 parent 8c22595 commit 7f656c4Copy full SHA for 7f656c4
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
- uses: actions/setup-node@v2
27
with:
28
- node-version: 14
+ node-version: 16
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- run: npm run build
package.json
@@ -56,6 +56,7 @@
56
"@itech-indrustries/editorjs-strikethrough": "^1.0.0",
57
"lodash": "^4.17.21",
58
"editorjs-alert": "^1.0.3",
59
- "editorjs-list": "^2.1.4"
+ "editorjs-list": "^2.1.4",
60
+ "typescript": "^4.5.2"
61
}
62
0 commit comments