File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- FROM node:22 -alpine
1+ FROM node:24 -alpine
22RUN apk add --no-cache \
33 git \
44 openssh \
Original file line number Diff line number Diff line change 1616 persist-credentials : false
1717 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818 with :
19- node-version : 22
19+ node-version : 24
2020 cache : npm
2121 - run : npm ci
2222 - run : npm run lint
Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323 with :
24- node-version : 22
24+ node-version : 24
2525 cache : npm
2626 - run : npm ci
2727 - run : npm run lint
4242 persist-credentials : false
4343 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4444 with :
45- node-version : 22
45+ node-version : 24
4646 cache : npm
4747 - name : Install dependencies
4848 run : npm ci
6666 persist-credentials : false
6767 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6868 with :
69- node-version : 22
69+ node-version : 24
7070 cache : npm
7171 - name : Install dependencies
7272 run : npm ci
9494 persist-credentials : false
9595 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9696 with :
97- node-version : 22
97+ node-version : 24
9898 cache : npm
99- # Ensure npm 11.5.1 or later is installed for OIDC authentication.
100- - name : Update npm
101- run : npm install -g npm@latest
10299 - name : Download build artifact
103100 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104101 with :
You can’t perform that action at this time.
0 commit comments