File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
2727 - name : Install Node.js
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : 20
3131
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 strategy :
1111 matrix :
1212 os : [ubuntu-latest, macOS-latest, windows-latest]
13- node-version : [10.x, 18.x, 20.x]
13+ node-version : [18.x, 20.x]
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Use Node.js ${{ matrix.node-version }}
18- uses : actions/setup-node@v3
18+ uses : actions/setup-node@v4
1919 with :
2020 node-version : ${{ matrix.node-version }}
2121
You can’t perform that action at this time.
0 commit comments