Skip to content

Commit

Permalink
Merge pull request #43 from vijaykramesh/fix_install
Browse files Browse the repository at this point in the history
fix npm install
  • Loading branch information
Vijay Ramesh authored Sep 26, 2023
2 parents 22a6c51 + 94cdf63 commit e60aa45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ LABEL "com.github.actions.color"="white"
COPY package*.json yarn.lock ./

# Install dependencies
RUN npm install -g yarn

RUN yarn install --frozen-lockfile

# Copy the rest of your action's code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pr_lint:
runs-on: ubuntu-latest
steps:
- uses: vijaykramesh/pr-lint-action@v1.0
- uses: vijaykramesh/pr-lint-action@v2.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e60aa45

Please sign in to comment.