File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 with :
1919 # fetch all commits to get last updated time or other git log info
2020 fetch-depth : 0
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v1
23+ uses : actions/setup-node@v4
2424 with :
2525 # choose node.js version to use
26- node-version : " 14 "
26+ node-version : " 18 "
2727
2828 # cache node_modules
2929 - name : Cache dependencies
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 id : yarn-cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ title: Installation
5959 ``` js [redis]
6060 module .exports = {
6161 // Step 1: Configure the redis connection
62- // @see https://github.com/strapi-community/strapi- plugin-redis
62+ // @see https://github.com/strapi-community/plugin-redis
6363 redis: {
6464 // ...
6565 },
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ yarn add \
1818``` js
1919module .exports = {
2020 // Step 1: Configure the redis connection
21- // @see https://github.com/strapi-community/strapi- plugin-redis
21+ // @see https://github.com/strapi-community/plugin-redis
2222 redis: {
2323 // ...
2424 },
You can’t perform that action at this time.
0 commit comments