Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Jan 16, 2024
1 parent 1709161 commit 60ad43f
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 836 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion docker/node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ARG NODE_VERSION=21
FROM node:${NODE_VERSION}
WORKDIR /data
COPY . .
RUN npm install
RUN npm install pnpm && pnpm install
CMD npm run start:node
Loading

0 comments on commit 60ad43f

Please sign in to comment.