File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Setup Node
3232 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
34- node-version : 22
34+ node-version : 25
3535
3636 - name : Install dependencies
3737 run : npm install
Original file line number Diff line number Diff line change 3131 - name : Setup Node
3232 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
34- node-version : 22
34+ node-version : 25
3535
3636 - name : Install dependencies
3737 run : npm install
Original file line number Diff line number Diff line change 3030 name : Unit tests
3131 strategy :
3232 matrix :
33- node-version : [18, 20, 22 ]
33+ node-version : [22, 24, 25 ]
3434 os : [ubuntu-latest, macos-latest, windows-latest]
3535 fail-fast : false
3636
@@ -108,7 +108,7 @@ jobs:
108108 (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
109109 strategy :
110110 matrix :
111- node-version : [18, 20, 22 ]
111+ node-version : [22, 24, 25 ]
112112 os : [ubuntu-latest, macos-latest, windows-latest]
113113 fail-fast : false
114114 permissions :
@@ -250,7 +250,7 @@ jobs:
250250 - name : Setup Node.js
251251 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
252252 with :
253- node-version : 22
253+ node-version : 25
254254
255255 - name : Install dependencies
256256 run : npm ci
You can’t perform that action at this time.
0 commit comments