Skip to content

Commit

Permalink
update to latest version of ncm-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Gioyik committed Mar 30, 2021
1 parent 14af650 commit 29688c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ncm-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: npm install
- name: NCM Report
id: report
uses: nodesource/ncm-report-github-action@v1.1.0
uses: nodesource/ncm-report-github-action@v1.2.0
with:
token: ${{ secrets.NCM_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL homepage="https://nodesource.com"
LABEL maintainer="NodeSource"

RUN apt-get update && apt-get install -y g++ build-essential
RUN npm install -g nodesource/ncm-cli#gio/bump
RUN npm install -g ncm-cli

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 29688c2

Please sign in to comment.