Skip to content

Commit

Permalink
Merge pull request #76 from editor-js/chore/upd-actions-node
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc authored Oct 17, 2023
2 parents 757bc88 + aa658c1 commit d264637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 19
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/paragraph",
"version": "2.11.0",
"version": "2.11.1",
"keywords": [
"codex editor",
"paragraph",
Expand Down

0 comments on commit d264637

Please sign in to comment.