File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout Repository
2525 uses : actions/checkout@v4
26- - name : Setup Node
27- uses : actions/setup-node@v4
28- with :
29- node-version : ' lts/iron'
3026 - name : Get Package Version
3127 id : current_version
3228 run : echo "result=$(cat package.json | jq -r .version)" | sudo tee -a "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1- FROM node:lts -alpine AS base
1+ FROM node:iron -alpine AS base
22WORKDIR /app
33ARG RELEASE_VERSION
44ENV GATEWAY_DATABASE_URL="file:/dev/null"
Original file line number Diff line number Diff line change 1- FROM node:lts -alpine AS base
1+ FROM node:iron -alpine AS base
22WORKDIR /app
33ARG RELEASE_VERSION
44ENV GATEWAY_DATABASE_URL=file:/app/gateway.db
Original file line number Diff line number Diff line change 1- FROM node:lts -alpine AS base
1+ FROM node:iron -alpine AS base
22ARG RELEASE_VERSION
33WORKDIR /app
44ENV PNPM_HOME="/pnpm"
You can’t perform that action at this time.
0 commit comments