File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
jobs :
20
20
deployment :
21
21
name : Perform deployment
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
permissions : read-all
24
24
25
25
environment :
50
50
run : heroku container:login
51
51
52
52
- name : Build Docker image
53
- uses : docker/build-push-action@v5
53
+ uses : docker/build-push-action@v6
54
54
with :
55
55
push : true
56
56
provenance : false
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
validate-pr-title :
17
17
name : Validate PR title
18
- runs-on : ubuntu-22 .04
18
+ runs-on : ubuntu-24 .04
19
19
steps :
20
20
- uses : amannn/action-semantic-pull-request@v5
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
24
24
integration :
25
25
name : Continuous integration checks
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- name : Checkout repository
29
29
uses : actions/checkout@v4
62
62
run : pnpm test
63
63
64
64
- name : Build Docker image for project
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
push : false
68
68
cache-from : type=gha
Original file line number Diff line number Diff line change 26
26
"zod" : " 3.23.8"
27
27
},
28
28
"devDependencies" : {
29
- "@types/node" : " 20.14.2 " ,
29
+ "@types/node" : " 22.0.0 " ,
30
30
"@typescript-eslint/eslint-plugin" : " 7.13.0" ,
31
31
"@typescript-eslint/parser" : " 7.13.0" ,
32
32
"dotenv" : " 16.4.5" ,
33
- "eslint" : " 8.57 .0" ,
33
+ "eslint" : " 9.8 .0" ,
34
34
"eslint-import-resolver-typescript" : " 3.6.1" ,
35
35
"eslint-plugin-import" : " 2.29.1" ,
36
36
"eslint-plugin-only-error" : " 1.0.2" ,
37
37
"eslint-plugin-simple-import-sort" : " 12.1.0" ,
38
38
"eslint-plugin-sonarjs" : " 1.0.3" ,
39
- "eslint-plugin-unused-imports" : " 3.2.0 " ,
39
+ "eslint-plugin-unused-imports" : " 4.0.1 " ,
40
40
"npm-run-all2" : " 6.2.0" ,
41
41
"prettier" : " 3.3.2" ,
42
42
"tsup" : " 8.1.0" ,
43
43
"type-fest" : " 4.20.0" ,
44
44
"typescript" : " 5.4.5" ,
45
- "vitest" : " 1.6.0 "
45
+ "vitest" : " 2.0.4 "
46
46
},
47
47
"packageManager" :
" [email protected] " ,
48
48
"engines" : {
You can’t perform that action at this time.
0 commit comments