File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
Build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
11
- - uses : actions/setup-node@v2
11
+ - uses : actions/setup-node@v3
12
12
with :
13
13
node-version : 16
14
14
cache : yarn
15
15
16
16
- run : yarn install --frozen-lockfile
17
17
- name : build
18
- # TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
19
- # env:
20
- # REDIS_HOST: ${{ secrets.REDIS_HOST }}
21
- # REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
18
+ # TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
19
+ # env:
20
+ # REDIS_HOST: ${{ secrets.REDIS_HOST }}
21
+ # REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
22
22
run : yarn build
You can’t perform that action at this time.
0 commit comments