File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,27 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
steps :
9
9
- uses : actions/checkout@master
10
10
- uses : actions/setup-node@master
11
11
with :
12
- node-version : 20 .x
12
+ node-version : 22 .x
13
13
- run : npm i
14
14
- run : npx hexo g
15
15
- uses : actions/upload-artifact@master
16
16
with :
17
17
path : public
18
18
name : public
19
19
deploy-firebase :
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
needs : build
22
22
if : github.ref == 'refs/heads/master'
23
23
steps :
24
24
- uses : actions/checkout@master
25
25
- uses : actions/setup-node@master
26
26
with :
27
- node-version : 20 .x
27
+ node-version : 22 .x
28
28
- uses : actions/download-artifact@master
29
29
with :
30
30
name : public
36
36
firebase deploy --token ${{ secrets.FIREBASE_TOKEN }}
37
37
38
38
deploy-ovh :
39
- runs-on : ubuntu-22 .04
39
+ runs-on : ubuntu-24 .04
40
40
needs : build
41
41
if : github.ref == 'refs/heads/master'
42
42
steps :
53
53
find . -type f -exec curl --user xntprja:${{ secrets.FTP_PASSWORD }} --ftp-create-dirs -v -T {} ftp://ftp.cluster014.hosting.ovh.net:21/www/{} \;
54
54
55
55
deploy-github :
56
- runs-on : ubuntu-22 .04
56
+ runs-on : ubuntu-24 .04
57
57
needs : build
58
58
if : github.ref == 'refs/heads/master'
59
59
steps :
Original file line number Diff line number Diff line change 1
- image : node:20
1
+ image : node:22
2
2
3
3
pages :
4
4
script :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tpi.eu" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"private" : true ,
5
5
"hexo" : {
6
- "version" : " 7.2 .0"
6
+ "version" : " 7.3 .0"
7
7
},
8
8
"dependencies" : {
9
9
"hexo" : " 7.3.0" ,
25
25
"markdownlint" : " ^0.34.0"
26
26
},
27
27
"engines" : {
28
- "node" : " >= 18 "
28
+ "node" : " >= 22 "
29
29
},
30
30
"scripts" : {
31
31
"build" : " hexo g && cp assets/indexing-on.txt public/robots.txt && cp public/assets/404.html public/404.html" ,
You can’t perform that action at this time.
0 commit comments