Skip to content

Commit

Permalink
fix: npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 29, 2023
1 parent d0c794d commit de37347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ jobs:
main:
uses: ahmadnassri/actions/.github/workflows/push-action-docker.yml@master
secrets: inherit
permissions:
contents: write
statuses: write
packages: write
pull-requests: write
permissions: write-all
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENTRYPOINT [ "node" ]
FROM base AS build

# hadolint ignore=DL3018
RUN apk add --no-cache npm=9.8.1-r0
RUN apk add --no-cache npm=9.6.6-r0

# slience npm
# hadolint ignore=DL3059
Expand Down

0 comments on commit de37347

Please sign in to comment.