File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [18 .x]
17+ node-version : [24 .x]
1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Use Node.js ${{ matrix.node-version }}
2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- node-version : [18 .x]
31+ node-version : [24 .x]
3232 steps :
3333 - uses : actions/checkout@v4
3434 - name : Use Node.js ${{ matrix.node-version }}
4242 runs-on : ubuntu-latest
4343 strategy :
4444 matrix :
45- node-version : [18 .x]
45+ node-version : [24 .x]
4646 steps :
4747 - uses : actions/checkout@v4
4848 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node-version : [18 .x]
14+ node-version : [24 .x]
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM node:20 -alpine AS base
1+ FROM --platform=$BUILDPLATFORM node:24 -alpine AS base
22
33FROM --platform=$BUILDPLATFORM base AS deps
44RUN apk add --no-cache libc6-compat
You can’t perform that action at this time.
0 commit comments