Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3000-2 committed Jan 15, 2025
1 parent 8633084 commit 0ef720c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:18-alpine AS builder
FROM node:22-alpine3.20
WORKDIR /app

ENV NODE_ENV=production
Expand Down
8 changes: 4 additions & 4 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/microsoft/code-push-server"
},
"engines": {
"node": ">=18.0.0",
"node": ">=22.0.0",
"npm": ">=9.0.0"
},
"author": "Microsoft",
Expand Down Expand Up @@ -71,6 +71,6 @@
"rimraf": "^5.0.1",
"shx": "^0.3.4",
"supertest": "^6.3.3",
"typescript": "^5.0.4"
"typescript": "^5.7.3"
}
}

0 comments on commit 0ef720c

Please sign in to comment.