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 09eed3f commit cd6c417Copy full SHA for cd6c417
.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,10 +1,9 @@
1
{
2
"name": "@editorjs/code",
3
- "version": "2.8.0",
+ "version": "2.9.0",
4
"keywords": [
5
"codex editor",
6
"code",
7
- "tool",
8
"editor.js",
9
"editorjs"
10
],
0 commit comments