Skip to content

Commit 651d51c

Browse files
committed
test: add node 22.x
1 parent 6b90edc commit 651d51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [18.x, 20.x]
10+
node-version: [18.x, 20.x, 22.x]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-vuetify-dashboard",
3-
"version": "2.0.24",
3+
"version": "2.0.25",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,

0 commit comments

Comments
 (0)