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 @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 1
1919 - name : Install Node.js
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
22- node : 16 .x
22+ node : 20 .x
2323 - name : Install Packages
2424 run : npm install
2525 - name : Lint
3232 matrix :
3333 os : [ubuntu-latest, windows-latest, macOS-latest]
3434 eslint : [8.x, 7.x]
35- node : [18.x]
35+ node : [18.x, 20.x ]
3636 include :
3737 # run on node lts(ubuntu-latest)
3838 - os : ubuntu-latest
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : ${{ matrix.os }}
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 with :
4949 fetch-depth : 1
5050 - name : Install Node.js ${{ matrix.node }}
51- uses : actions/setup-node@v3
51+ uses : actions/setup-node@v4
5252 with :
5353 node-version : ${{ matrix.node }}
5454 - name : Install Packages
You can’t perform that action at this time.
0 commit comments