File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Set up Node.js
1616 uses : actions/setup-node@v2
1717 with :
18- node-version : ' 16 '
18+ node-version : ' 24 '
1919
2020 - name : Install dependencies
2121 run : yarn install
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v2
11- - name : Use Node.js 16 .x
11+ - name : Use Node.js 24 .x
1212 uses : actions/setup-node@v1
1313 with :
14- node-version : 16 .x
14+ node-version : 24 .x
1515 - name : Cache dependencies
1616 uses : actions/cache@v3
1717 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-22.04
1313 steps :
1414 - uses : actions/checkout@v2
15- - name : Use Node.js 16 .x
15+ - name : Use Node.js 24 .x
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 16 .x
18+ node-version : 24 .x
1919 - run : yarn install
2020 - run : yarn test
Original file line number Diff line number Diff line change 1- v16.20.2
1+ v24
Original file line number Diff line number Diff line change 1- FROM node:18.20 -slim as build-stage
1+ FROM node:24 -slim as build-stage
22
33RUN apt update
44RUN apt install git -y
Original file line number Diff line number Diff line change 1- FROM node:16.20 -slim
1+ FROM node:24 -slim
22
33WORKDIR /usr/src/app
44
Original file line number Diff line number Diff line change 1- FROM node:16.20 -slim as build-stage
1+ FROM node:24 -slim as build-stage
22
33RUN apt update
44RUN apt install git -y
Original file line number Diff line number Diff line change 4040 // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
4141
4242 /* Module Resolution Options */
43- // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
43+ "moduleResolution" : " node" , /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
44+ "skipLibCheck" : true , /* Skip type checking of declaration files from node_modules */
4445 // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
4546 // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
4647 // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
You can’t perform that action at this time.
0 commit comments