File tree Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v5
12
12
13
13
- name : Install Node.js
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : 22
17
17
18
18
- name : Install pnpm
19
- uses : pnpm/action-setup@v2.2.4
19
+ uses : pnpm/action-setup@v4.1.0
20
20
with :
21
- version : 7
21
+ version : 10
22
22
run_install : false
23
23
24
24
- name : Get pnpm store directory
25
25
id : pnpm-cache
26
26
run : |
27
27
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
28
28
29
- - uses : actions/cache@v3
29
+ - uses : actions/cache@v4
30
30
name : Setup pnpm cache
31
31
with :
32
32
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Sync labels
18
- uses : crazy-max/ghaction-github-labeler@v4
18
+ uses : crazy-max/ghaction-github-labeler@v5
19
19
with :
20
20
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v5
10
10
11
11
- name : Install Node.js
12
- uses : actions/setup-node@v3
12
+ uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 22
15
15
16
16
- name : Install pnpm
17
- uses : pnpm/action-setup@v2.2.4
17
+ uses : pnpm/action-setup@v4.1.0
18
18
with :
19
- version : 7
19
+ version : 10
20
20
run_install : false
21
21
22
22
- name : Get pnpm store directory
23
23
id : pnpm-cache
24
24
run : |
25
25
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
26
26
27
- - uses : actions/cache@v3
27
+ - uses : actions/cache@v4
28
28
name : Setup pnpm cache
29
29
with :
30
30
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v5
10
10
11
11
- name : Install Node.js
12
- uses : actions/setup-node@v3
12
+ uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 22
15
15
16
16
- name : Install pnpm
17
- uses : pnpm/action-setup@v2.2.4
17
+ uses : pnpm/action-setup@v4.1.0
18
18
with :
19
- version : 7
19
+ version : 10
20
20
run_install : false
21
21
22
22
- name : Get pnpm store directory
23
23
id : pnpm-cache
24
24
run : |
25
25
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
26
26
27
- - uses : actions/cache@v3
27
+ - uses : actions/cache@v4
28
28
name : Setup pnpm cache
29
29
with :
30
30
path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 13
13
< link rel ="mask-icon " href ="/assets/mask-icon.svg " color ="#007cb4 " />
14
14
< link rel ="preconnect " href ="https://cdnjs.cloudflare.com " />
15
15
< link rel ="preconnect " href ="https://unpkg.com " />
16
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3 .0/css/all.min.css " />
16
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0 .0/css/all.min.css " />
17
17
< link
18
18
rel ="stylesheet "
19
- href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3 .0/css/brands.min.css "
19
+ href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0 .0/css/brands.min.css "
20
20
/>
21
21
< meta
22
22
http-equiv ="Content-Security-Policy "
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@typescript-eslint/eslint-plugin" : " ^5.33.0" ,
21
21
"@typescript-eslint/parser" : " ^5.33.0" ,
22
- "@vitejs/plugin-vue" : " ^4 .0.0" ,
22
+ "@vitejs/plugin-vue" : " ^6 .0.0" ,
23
23
"autoprefixer" : " ^10.4.8" ,
24
24
"eslint" : " ^8.21.0" ,
25
25
"eslint-config-marine" : " ^9.4.1" ,
26
- "eslint-config-prettier" : " ^8.5 .0" ,
26
+ "eslint-config-prettier" : " ^10.0 .0" ,
27
27
"eslint-plugin-import" : " ^2.26.0" ,
28
- "eslint-plugin-prettier" : " ^4.2.1 " ,
29
- "eslint-plugin-vue" : " ^9.3 .0" ,
30
- "husky" : " ^8 .0.1 " ,
31
- "is-ci" : " ^3 .0.1 " ,
28
+ "eslint-plugin-prettier" : " ^5.0.0 " ,
29
+ "eslint-plugin-vue" : " ^10.0 .0" ,
30
+ "husky" : " ^9 .0.0 " ,
31
+ "is-ci" : " ^4 .0.0 " ,
32
32
"postcss" : " ^8.4.16" ,
33
- "prettier" : " ^2.7.1 " ,
33
+ "prettier" : " ^3.0.0 " ,
34
34
"prettier-plugin-tailwindcss" : " ^0.2.0" ,
35
35
"tailwindcss" : " ^3.1.8" ,
36
36
"typescript" : " ^5.0.0" ,
37
37
"vite" : " ^4.0.0" ,
38
38
"vite-plugin-pages" : " 0.29.0" ,
39
39
"vite-plugin-toml" : " ^0.5.0" ,
40
- "vue-tsc" : " ^1 .0.0"
40
+ "vue-tsc" : " ^3 .0.0"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments