File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@v5
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
- run : npm ci
36
36
steps :
37
37
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
- uses : actions/setup-node@v4
39
+ uses : actions/setup-node@v5
40
40
with :
41
41
node-version : ${{ matrix.node-version }}
42
42
- name : Install Docker Compose
46
46
- name : Start Docker-Compose
47
47
run : cd tests && docker-compose up -d
48
48
- name : Install npm
49
- uses : actions/setup-node@v4
49
+ uses : actions/setup-node@v5
50
50
with :
51
51
node-version : ${{ matrix.node-version }}
52
52
- run : npm install
You can’t perform that action at this time.
0 commit comments