File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : 24.12 .0
16+ node-version : 24.13 .0
1717 cache : npm
1818 - run : npm ci
1919 - run : npm run build
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : 24.12 .0
16+ node-version : 24.13 .0
1717 cache : npm
1818 - run : npm ci
1919 - run : npm run format:check
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : 24.12 .0
16+ node-version : 24.13 .0
1717 cache : npm
1818 - run : npm ci
1919 - run : npm run lint
Original file line number Diff line number Diff line change 1515 - name : Build
1616 uses : actions/setup-node@v6
1717 with :
18- node-version : 24.12 .0
18+ node-version : 24.13 .0
1919 cache : npm
2020 - run : npm ci
2121 - run : npm run build
Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v6
1818 with :
19- node-version : 24.12 .0
19+ node-version : 24.13 .0
2020 cache : npm
2121
2222 - name : Install Renovate CLI
You can’t perform that action at this time.
0 commit comments