Skip to content

Commit

Permalink
Try upgrade to Vue3 (compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 27, 2024
1 parent 64d3018 commit c7f0fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit test agenda
on:
# push:
push:
# paths:
# - '**/unittestagenda.yml'
# - 'www/board/agenda/**'
Expand Down
4 changes: 2 additions & 2 deletions www/board/agenda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"jsdom": "^22.0.0",
"jsdom-global": "^3.0.2",
"jquery": "^3.2.1",
"vue": "^2.7.16",
"vue-server-renderer": "^2.7.16"
"vue": "^3.1.0",
"@vue/compat": "^3.1.0"
}
}

0 comments on commit c7f0fc0

Please sign in to comment.