File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : setup-node
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 20 .x
19+ node-version : 22 .x
2020 cache : " npm"
2121 cache-dependency-path : " **/package-lock.json"
2222 - name : install
4848 - name : setup-node
4949 uses : actions/setup-node@v4
5050 with :
51- node-version : 20 .x
51+ node-version : 22 .x
5252 cache : " npm"
5353 cache-dependency-path : " **/package-lock.json"
5454 - name : install
7878 - name : setup-node
7979 uses : actions/setup-node@v4
8080 with :
81- node-version : 20 .x
81+ node-version : 22 .x
8282 cache : " npm"
8383 cache-dependency-path : " **/package-lock.json"
8484 - name : install
Original file line number Diff line number Diff line change 2727 - name : Setup Node
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : " 20 .x"
30+ node-version : " 22 .x"
3131
3232 - name : Install dependencies and build 🔧
3333 run : npm ci && npm run build
Original file line number Diff line number Diff line change 3131 - name : Setup Node
3232 uses : actions/setup-node@v4
3333 with :
34- node-version : " 20 .x"
34+ node-version : " 22 .x"
3535 registry-url : " https://registry.npmjs.org"
3636
3737 - name : Install dependencies and build 🔧
Original file line number Diff line number Diff line change 1- FROM node:21 -alpine AS base
1+ FROM node:22 -alpine AS base
22
33WORKDIR /
44
You can’t perform that action at this time.
0 commit comments