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 2323 runs-on : ubuntu-20.04
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : Install Redis
2929 run : |
3636 - name : Setup Node.js
3737 uses : actions/setup-node@v3
3838 with :
39- node-version : ' 16.16.0 '
39+ node-version : ' lts/* '
4040 cache : ' npm'
4141
4242 - name : npm ci
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 runs-on : ubuntu-20.04
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Set up nodejs
23- uses : actions/setup-node@v2
23+ uses : actions/setup-node@v3
2424 with :
25- node-version : ' 16.16.0 '
25+ node-version : ' lts/* '
2626 cache : ' npm'
2727
2828 - name : npm CI
Original file line number Diff line number Diff line change 1- v16.16.0
1+ lts/*
You can’t perform that action at this time.
0 commit comments