File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 docker network create --driver bridge delphi-net
6666 docker run --rm -d -p 13306:3306 --network delphi-net --name delphi_database_epidata --cap-add=sys_nice delphi_database_epidata
6767 docker run --rm -d -p 6379:6379 --network delphi-net --env "REDIS_PASSWORD=1234" --name delphi_redis delphi_redis
68-
68+
6969
7070 - run : |
7171 wget https://raw.githubusercontent.com/eficode/wait-for/master/wait-for
@@ -103,7 +103,7 @@ jobs:
103103 with :
104104 node-version : ' 16.x'
105105 - name : Cache Node.js modules
106- uses : actions/cache@v2
106+ uses : actions/cache@v4
107107 with :
108108 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
109109 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments