We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fc979 commit cc9fd91Copy full SHA for cc9fd91
.github/workflows/ci.yml
@@ -9,8 +9,10 @@ jobs:
9
matrix:
10
node-version: [12.x]
11
steps:
12
+ - name: setup redis
13
+ uses: zhulik/redis-action@v1.0.0
14
- uses: actions/checkout@v1
- - name: Use Node.js ${{ matrix.node-version }}
15
+ - name: set node.js ${{ matrix.node-version }}
16
uses: actions/setup-node@v1
17
with:
18
node-version: ${{ matrix.node-version }}
0 commit comments