File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- node-version : [20, 22 ]
16+ node-version : [24 ]
1717
1818 steps :
1919 - name : Checkout code
3838 run : npm run test:coverage
3939
4040 - name : Upload coverage to Codecov
41- if : matrix.node-version == 20
41+ if : matrix.node-version == 24
4242 uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
4343 with :
4444 file : ./coverage/lcov.info
7575 - name : Setup Node.js
7676 uses : actions/setup-node@v4
7777 with :
78- node-version : 20
78+ node-version : 24
7979 cache : ' npm'
8080
8181 - name : Install dependencies
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup Node.js
101101 uses : actions/setup-node@v4
102102 with :
103- node-version : 20
103+ node-version : 24
104104 cache : ' npm'
105105
106106 - name : Install dependencies
@@ -122,7 +122,7 @@ jobs:
122122 - name : Setup Node.js
123123 uses : actions/setup-node@v4
124124 with :
125- node-version : 20
125+ node-version : 24
126126 cache : ' npm'
127127
128128 - name : Install dependencies
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 - name : Setup Node
13- uses : actions/setup-node@v3
13+ uses : actions/setup-node@v4
1414
1515 - name : Build
1616 run : |
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v4
1111
1212 - name : Setup Node
13- uses : actions/setup-node@v3
13+ uses : actions/setup-node@v4
1414 with :
1515 registry-url : https://registry.npmjs.org/
1616
You can’t perform that action at this time.
0 commit comments