File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup node
1717 uses : actions/setup-node@v4.4.0
1818 with :
19- node-version : 20.12.2
19+ node-version : 24.13.1
2020 cache : " npm"
2121 - name : Install dependencies
2222 run : npm ci
Original file line number Diff line number Diff line change 1515 - name : Setup node
1616 uses : actions/setup-node@v4.4.0
1717 with :
18- node-version : 20.12.2
18+ node-version : 24.13.1
1919 cache : " npm"
2020 - name : Install dependencies
2121 run : npm ci
Original file line number Diff line number Diff line change 1414 - name : Setup node
1515 uses : actions/setup-node@v4.4.0
1616 with :
17- node-version : 20.12.2
17+ node-version : 24.13.1
1818 cache : " npm"
1919 - run : npm ci
2020 - run : npm run lint
2727 - name : Setup node
2828 uses : actions/setup-node@v4.4.0
2929 with :
30- node-version : 20.12.2
30+ node-version : 24.13.1
3131 cache : " npm"
3232 - run : npm ci
3333 - run : npm run typecheck
4242 - name : Setup node
4343 uses : actions/setup-node@v4.4.0
4444 with :
45- node-version : 20.12.2
45+ node-version : 24.13.1
4646 cache : " npm"
4747 - run : npm ci
4848 - run : npm run build
You can’t perform that action at this time.
0 commit comments