File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Node
2020 uses : actions/setup-node@v3
2121 with :
22- node-version : 18
22+ node-version : 22
2323 cache : ' npm'
2424
2525 - name : npm install
3434
3535 strategy :
3636 matrix :
37- node-version : [ 16, 18, 20 ]
37+ node-version : [ 18, 20, 22 ]
3838 os : [ ubuntu-latest, windows-latest ]
3939
4040 steps :
@@ -56,13 +56,13 @@ jobs:
5656
5757 # Run codecov after all builds, and only on a single environment
5858 - name : Gather Coverage
59- if : matrix.os == 'ubuntu-latest' && matrix.node-version == 18
59+ if : matrix.os == 'ubuntu-latest' && matrix.node-version == 22
6060 run : npm run test:coverage
6161
6262 - name : Create Coverage Report
63- if : matrix.os == 'ubuntu-latest' && matrix.node-version == 18
63+ if : matrix.os == 'ubuntu-latest' && matrix.node-version == 22
6464 run : npm run test:report
6565
6666 - name : Upload Coverage
6767 uses : codecov/codecov-action@v2
68- if : matrix.os == 'ubuntu-latest' && matrix.node-version == 18
68+ if : matrix.os == 'ubuntu-latest' && matrix.node-version == 22
Original file line number Diff line number Diff line change 1818 - name : Setup Node.js
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : 16
21+ node-version : 22
2222 cache : " npm"
2323
2424 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments