We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb0c0 commit a3f1184Copy full SHA for a3f1184
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v1
14
with:
15
- node-version: 12
+ node-version: 19
16
registry-url: https://registry.npmjs.org/
17
- run: yarn
18
- run: yarn build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@editorjs/inline-code",
3
- "version": "1.4.0",
+ "version": "1.5.0",
4
"keywords": [
5
"codex editor",
6
"inline",
0 commit comments