We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b90edc commit 651d51cCopy full SHA for 651d51c
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node-version: [18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nuxt-vuetify-dashboard",
3
- "version": "2.0.24",
+ "version": "2.0.25",
4
"description": "Nuxt3 + Vuetify3 project",
5
"author": "Rekryt <rekrytkw@gmail.com>",
6
"private": true,
0 commit comments