Skip to content

Commit a3f1184

Browse files
committed
version updated
1 parent 13cb0c0 commit a3f1184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editorjs/inline-code",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"keywords": [
55
"codex editor",
66
"inline",

0 commit comments

Comments
 (0)