File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - name : Use Node.js 18.x
18
- uses : actions/setup-node@v3
17
+ - name : Use Node.js latest
18
+ uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' 18.x '
20
+ node-version : ' 20 '
21
21
cache : ' npm'
22
22
- run : npm ci
23
23
- run : npm run lint
30
30
node-version : [14.x, 16.x, 18.x, 20.x]
31
31
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- name : Use Node.js ${{ matrix.node-version }}
35
- uses : actions/setup-node@v3
35
+ uses : actions/setup-node@v4
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
cache : ' npm'
You can’t perform that action at this time.
0 commit comments