File tree Expand file tree Collapse file tree 9 files changed +6917
-8262
lines changed Expand file tree Collapse file tree 9 files changed +6917
-8262
lines changed Original file line number Diff line number Diff line change 88 << : *defaults
99
1010 docker :
11- - image : php:8.1
11+ - image : php:8.2
1212
1313 steps :
1414 - checkout
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@master
1818
1919 - name : Setup node env 🏗
20- uses : actions/setup-node@v3.5.1
20+ uses : actions/setup-node@v3.6.0
2121 with :
2222 node-version : 16
2323 check-latest : true
2727 npm install -g npm
2828 npm --version
2929 - name : Cache node_modules 📦
30- uses : actions/cache@v3.0.11
30+ uses : actions/cache@v3.3.0
3131 with :
3232 path : ~/.npm
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@master
1616
1717 - name : Setup node env 🏗
18- uses : actions/setup-node@v3.5.1
18+ uses : actions/setup-node@v3.6.0
1919 with :
2020 node-version : 16
2121 check-latest : true
2525 npm install -g npm
2626 npm --version
2727 - name : Cache node_modules 📦
28- uses : actions/cache@v3.0.11
28+ uses : actions/cache@v3.3.0
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@master
1515
1616 - name : Setup node env 🏗
17- uses : actions/setup-node@v3.5.1
17+ uses : actions/setup-node@v3.6.0
1818 with :
1919 node-version : 16
2020 check-latest : true
2424 npm install -g npm
2525 npm --version
2626 - name : Cache node_modules 📦
27- uses : actions/cache@v3.0.11
27+ uses : actions/cache@v3.3.0
2828 with :
2929 path : ~/.npm
3030 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1- 16.18 .1
1+ 16.19 .1
Original file line number Diff line number Diff line change 1616 ],
1717 "require" : {
1818 "composer/installers" : " 2.2.0" ,
19- "cweagans/composer-patches" : " ^1.7.2 " ,
20- "drupal/core-composer-scaffold" : " 9.4.8 " ,
21- "drupal/core-project-message" : " 9.4.8 " ,
22- "drupal/core-recommended" : " 9.4.8 " ,
23- "drupal/druxt" : " 1.1.1 " ,
24- "drupal/simple_oauth" : " ^5.2.2 " ,
25- "drush/drush" : " 11.3.2 " ,
19+ "cweagans/composer-patches" : " ^1.7.3 " ,
20+ "drupal/core-composer-scaffold" : " 9.5.4 " ,
21+ "drupal/core-project-message" : " 9.5.4 " ,
22+ "drupal/core-recommended" : " 9.5.4 " ,
23+ "drupal/druxt" : " 1.2.0 " ,
24+ "drupal/simple_oauth" : " ^5.2.3 " ,
25+ "drush/drush" : " 11.5.1 " ,
2626 "vlucas/phpdotenv" : " ^5.5.0"
2727 },
2828 "require-dev" : {
29- "drupal/core-dev" : " 9.4.8 "
29+ "drupal/core-dev" : " 9.5.4 "
3030 },
3131 "conflict" : {
3232 "drupal/drupal" : " *"
Original file line number Diff line number Diff line change 1- 16.18 .1
1+ 16.19 .1
You can’t perform that action at this time.
0 commit comments