File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v3
3131 with :
3232 ref : ' master'
33+ fetch-depth : 1
3334
3435 - name : Verify Nginx configuration
3536 uses : addnab/docker-run-action@v3
4849 - name : Setup Node.js
4950 uses : actions/setup-node@v2
5051 with :
51- node-version : ' 18 '
52+ node-version : ' 22 '
5253
5354 - name : update submodules
5455 run : |
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v3
3131 with :
3232 ref : ' preview'
33+ fetch-depth : 1
3334
3435 - name : Verify Nginx configuration
3536 uses : addnab/docker-run-action@v3
4849 - name : Setup Node.js
4950 uses : actions/setup-node@v2
5051 with :
51- node-version : ' 18 '
52+ node-version : ' 22 '
5253
5354 - name : update submodules from preview branch
5455 run : |
Original file line number Diff line number Diff line change 1- FROM node:18 AS base
1+ FROM node:22-slim AS base
22WORKDIR /app
33
44RUN npm install -g pnpm
Original file line number Diff line number Diff line change 1- FROM node:18 AS base
1+ FROM node:22-slim AS base
22WORKDIR /app
33
44RUN npm install -g pnpm
You can’t perform that action at this time.
0 commit comments