File tree Expand file tree Collapse file tree 5 files changed +27
-17
lines changed
Expand file tree Collapse file tree 5 files changed +27
-17
lines changed Original file line number Diff line number Diff line change 11name : jQuery Migrate
22
33on :
4- pull_request :
54 push :
6- branches :
7- - main
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
88
99env :
10- NODE_VERSION : 22 .x
10+ NODE_VERSION : 24 .x
1111
1212jobs :
1313 build-and-test :
Original file line number Diff line number Diff line change 11name : jQuery Mousewheel
22
33on :
4- pull_request :
54 push :
6- branches :
7- - main
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
88
99env :
10- NODE_VERSION : 22 .x
10+ NODE_VERSION : 24 .x
1111
1212jobs :
1313 build-and-test :
Original file line number Diff line number Diff line change 11name : jQuery UI
22
33on :
4- pull_request :
54 push :
6- branches :
7- - main
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
88
99env :
10- NODE_VERSION : 22 .x
10+ NODE_VERSION : 24 .x
1111
1212jobs :
1313 build-and-test :
Original file line number Diff line number Diff line change 11name : jQuery
22
33on :
4- pull_request :
54 push :
6- branches :
7- - main
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
88
99env :
10- NODE_VERSION : 22 .x
10+ NODE_VERSION : 24 .x
1111
1212jobs :
1313 build-and-test :
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ "main" ]
88
9+ env :
10+ NODE_VERSION : 24.x
11+
912jobs :
1013 test :
1114 runs-on : ubuntu-latest
1215 steps :
1316 - name : Checkout
1417 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1518
19+ - name : Use Node.js ${{ env.NODE_VERSION }}
20+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
21+ with :
22+ node-version : ${{ env.NODE_VERSION }}
23+ cache : npm
24+ cache-dependency-path : ' **/package-lock.json'
25+
1626 - name : Install dependencies
17- run : npm install
27+ run : npm ci
1828
1929 - name : Run tests
2030 run : npm test
You can’t perform that action at this time.
0 commit comments