File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : 🛑 Cancel Previous Runs
13- uses : styfle/cancel-workflow-action@0.12.1
13+ uses : styfle/cancel-workflow-action@0.13.0
1414
1515 - name : ⬇️ Checkout repo
1616 uses : actions/checkout@v4
1717
1818 - name : ⎔ Setup node
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 20.19.5
21+ node-version : 20.20.1
2222
2323 - name : 📥 Install pnpm
2424 run : npm install -g pnpm
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : 🛑 Cancel Previous Runs
37- uses : styfle/cancel-workflow-action@0.12.1
37+ uses : styfle/cancel-workflow-action@0.13.0
3838
3939 - name : ⬇️ Checkout repo
4040 uses : actions/checkout@v4
4444 - name : 🛠 Setup node
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : 20.19.5
47+ node-version : 20.20.1
4848
4949 - name : 📥 Install pnpm
5050 run : npm install -g pnpm
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : 🛑 Cancel Previous Runs
65- uses : styfle/cancel-workflow-action@0.12.1
65+ uses : styfle/cancel-workflow-action@0.13.0
6666
6767 - name : ⬇️ Checkout repo
6868 uses : actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : 🛑 Cancel Previous Runs
126- uses : styfle/cancel-workflow-action@0.12.1
126+ uses : styfle/cancel-workflow-action@0.13.0
127127
128128 - name : ⬇️ Checkout repo
129129 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : 🛑 Cancel Previous Runs
14- uses : styfle/cancel-workflow-action@0.12.1
14+ uses : styfle/cancel-workflow-action@0.13.0
1515
1616 - name : ⬇️ Checkout repo
1717 uses : actions/checkout@v4
1818
1919 - name : ⎔ Setup node
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : 20.19.5
22+ node-version : 20.20.1
2323
2424 - name : 📥 Install pnpm
2525 run : npm install -g pnpm
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : 🛑 Cancel Previous Runs
38- uses : styfle/cancel-workflow-action@0.12.1
38+ uses : styfle/cancel-workflow-action@0.13.0
3939
4040 - name : ⬇️ Checkout repo
4141 uses : actions/checkout@v4
4545 - name : 🛠 Setup node
4646 uses : actions/setup-node@v4
4747 with :
48- node-version : 20.19.5
48+ node-version : 20.20.1
4949
5050 - name : 📥 Install pnpm
5151 run : npm install -g pnpm
6767 - name : ⎔ Setup node
6868 uses : actions/setup-node@v4
6969 with :
70- node-version : 20.19.5
70+ node-version : 20.20.1
7171
7272 - name : 📥 Install pnpm
7373 run : npm install -g pnpm
Original file line number Diff line number Diff line change 1- FROM node:20.19.5 -alpine as builder
1+ FROM node:20.20.0 -alpine as builder
22# Build the image
33RUN mkdir /app
44WORKDIR /app
@@ -22,7 +22,7 @@ ENV DATABASE_URL=sqlite://.platformatic/data/movies.sqlite
2222RUN pnpm run build
2323
2424# Copy the build output
25- FROM node:20.19.5 -alpine
25+ FROM node:20.20.0 -alpine
2626WORKDIR /app
2727COPY --from=builder /app .
2828
Original file line number Diff line number Diff line change 2222 "@platformatic/db" : " 1.53.4" ,
2323 "@platformatic/sql-graphql" : " 1.53.4" ,
2424 "@platformatic/sql-mapper" : " 1.53.4" ,
25- "ajv" : " 8.17.1 " ,
25+ "ajv" : " 8.18.0 " ,
2626 "fastify" : " 4.29.1" ,
2727 "fastify-plugin" : " 4.5.1" ,
2828 "fluent-json-schema" : " 4.2.1" ,
3131 "devDependencies" : {
3232 "@biomejs/biome" : " 1.9.4" ,
3333 "@trivago/prettier-plugin-sort-imports" : " 4.3.0" ,
34- "@types/node" : " 20.19.25 " ,
34+ "@types/node" : " 20.19.37 " ,
3535 "concurrently" : " 9.2.1" ,
3636 "npm-run-all2" : " 6.2.6" ,
3737 "platformatic" : " 1.53.4" ,
38- "prettier" : " 3.6.2 " ,
38+ "prettier" : " 3.8.1 " ,
3939 "sort-package-json" : " 2.15.1" ,
4040 "wait-on" : " 7.2.0"
4141 },
You can’t perform that action at this time.
0 commit comments