File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 - uses : actions/setup-node@v6
1818 with :
19- node-version : ' 18 '
19+ node-version : ' 24 '
2020 cache : ' npm'
2121 - run : npm ci
2222 - run : npm run build
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v6
99 - uses : actions/setup-node@v6
1010 with :
11- node-version : ' 18 '
11+ node-version : ' 24 '
1212 cache : ' npm'
1313 - run : npm ci
1414 - run : npm run lint
1919 - uses : actions/checkout@v6
2020 - uses : actions/setup-node@v6
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 24 '
2323 cache : ' npm'
2424 - run : npm ci
2525 - run : npm run test
3030 - uses : actions/checkout@v6
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : ' 18 '
33+ node-version : ' 24 '
3434 cache : ' npm'
3535 - run : npm ci
3636 - run : npm run build
4747 - uses : actions/checkout@v6
4848 - uses : actions/setup-node@v6
4949 with :
50- node-version : ' 18 '
50+ node-version : ' 24 '
5151 - uses : actions/download-artifact@v8
5252 with :
5353 name : dist
You can’t perform that action at this time.
0 commit comments