Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 7, 2023
1 parent 4e19ba5 commit a4bdcfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/github-actions/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:19-alpine
FROM node:19-alpine AS base

RUN npm i -g pnpm
ADD package.json /action/
RUN cd /action && pnpm i

Expand Down
4 changes: 2 additions & 2 deletions packages/github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"techor-conventional-commits": "",
"conventional-changelog-techor": "",
"techor-conventional-commits": "workspace:^",
"conventional-changelog-techor": "workspace:^",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-commits-parser": "^3.2.4"
}
Expand Down

0 comments on commit a4bdcfe

Please sign in to comment.