Skip to content

Commit

Permalink
Merge branch 'hotfix/2.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Feb 4, 2025
2 parents f028a21 + 990739e commit 08f5fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20 ]
steps:
- name: 🔀 Checkout code from repository
uses: actions/checkout@v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.3",
"version": "2.4.2",
"private": true,
"name": "vue-editor",
"description": "Editor online of code made with Vue.",
Expand Down

0 comments on commit 08f5fff

Please sign in to comment.