File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Node.js
28
28
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
29
29
with :
30
- node-version : 22.19 .0
30
+ node-version : 22.20 .0
31
31
cache : ' pnpm'
32
32
33
33
- name : Install dependencies
53
53
54
54
services :
55
55
postgres :
56
- image : postgres@sha256:29e0bb09c8e7e7fc265ea9f4367de9622e55bae6b0b97e7cce740c2d63c2ebc0
56
+ image : postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
57
57
env :
58
58
POSTGRES_PASSWORD : postgres
59
59
POSTGRES_DB : jabref
67
67
- 5432:5432
68
68
69
69
redis :
70
- image : redis@sha256:cc2dfb8f5151da2684b4a09bd04b567f92d07591d91980eb3eca21df07e12760
70
+ image : redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
71
71
# Set health checks to wait until redis has started
72
72
options : >-
73
73
--health-cmd "redis-cli ping"
94
94
- name : Setup Node.js
95
95
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
96
96
with :
97
- node-version : 22.19 .0
97
+ node-version : 22.20 .0
98
98
cache : ' pnpm'
99
99
100
100
- name : Install dependencies
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Publish and test Storybook
137
137
if : always()
138
- uses : chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4
138
+ uses : chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13.3.0
139
139
with :
140
140
projectToken : ' b3787adf2fa5'
141
141
# Don't wait until Chroma verified the build (for this we have the Github check)
Original file line number Diff line number Diff line change 19
19
20
20
services :
21
21
postgres :
22
- image : postgres@sha256:29e0bb09c8e7e7fc265ea9f4367de9622e55bae6b0b97e7cce740c2d63c2ebc0
22
+ image : postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
23
23
env :
24
24
POSTGRES_PASSWORD : postgres
25
25
POSTGRES_DB : jabref
33
33
- 5432:5432
34
34
35
35
redis :
36
- image : redis@sha256:cc2dfb8f5151da2684b4a09bd04b567f92d07591d91980eb3eca21df07e12760
36
+ image : redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
37
37
# Set health checks to wait until redis has started
38
38
options : >-
39
39
--health-cmd "redis-cli ping"
54
54
- name : Setup Node.js
55
55
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
56
56
with :
57
- node-version : 22.19 .0
57
+ node-version : 22.20 .0
58
58
cache : ' pnpm'
59
59
60
60
- name : Install dependencies
Original file line number Diff line number Diff line change 47
47
- name : Setup Node.js
48
48
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
49
49
with :
50
- node-version : 22.19 .0
50
+ node-version : 22.20 .0
51
51
cache : ' pnpm'
52
52
53
53
- name : Install dependencies
Original file line number Diff line number Diff line change 48
48
- name : Setup Node.js
49
49
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
50
50
with :
51
- node-version : 22.19 .0
51
+ node-version : 22.20 .0
52
52
cache : ' pnpm'
53
53
54
54
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments