Skip to content

Commit cd6c417

Browse files
committed
update the version
1 parent 09eed3f commit cd6c417

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 12
15+
node-version: 19
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn
1818
- run: yarn build

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@editorjs/code",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"keywords": [
55
"codex editor",
66
"code",
7-
"tool",
87
"editor.js",
98
"editorjs"
109
],

0 commit comments

Comments
 (0)