Skip to content

Commit 29688c2

Browse files
committed
update to latest version of ncm-cli
1 parent 14af650 commit 29688c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ncm-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- run: npm install
1111
- name: NCM Report
1212
id: report
13-
uses: nodesource/ncm-report-github-action@v1.1.0
13+
uses: nodesource/ncm-report-github-action@v1.2.0
1414
with:
1515
token: ${{ secrets.NCM_TOKEN }}
1616
github_token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL homepage="https://nodesource.com"
66
LABEL maintainer="NodeSource"
77

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

1111
COPY entrypoint.sh /entrypoint.sh
1212

0 commit comments

Comments
 (0)