File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Use Node.js 22 .x
16+ - name : Use Node.js 24 .x
1717 uses : actions/setup-node@v1.4.4
1818 with :
19- node-version : 22 .x
19+ node-version : 24 .x
2020 - run : npm i && npm run lint
2121 PrepareSupportedVersions :
2222 runs-on : ubuntu-latest
@@ -25,10 +25,10 @@ jobs:
2525
2626 steps :
2727 - uses : actions/checkout@v2
28- - name : Use Node.js 22 .x
28+ - name : Use Node.js 24 .x
2929 uses : actions/setup-node@v1.4.4
3030 with :
31- node-version : 22 .x
31+ node-version : 24 .x
3232 - id : set-matrix
3333 run : |
3434 node -e "
@@ -44,10 +44,10 @@ jobs:
4444
4545 steps :
4646 - uses : actions/checkout@v2
47- - name : Use Node.js 22 .x
47+ - name : Use Node.js 24 .x
4848 uses : actions/setup-node@v1
4949 with :
50- node-version : 22 .x
50+ node-version : 24 .x
5151 - name : Setup Java JDK
5252 uses : actions/setup-java@v1.4.3
5353 with :
You can’t perform that action at this time.
0 commit comments