We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14af650 commit 29688c2Copy full SHA for 29688c2
.github/workflows/ncm-report.yml
@@ -10,7 +10,7 @@ jobs:
10
- run: npm install
11
- name: NCM Report
12
id: report
13
- uses: nodesource/ncm-report-github-action@v1.1.0
+ uses: nodesource/ncm-report-github-action@v1.2.0
14
with:
15
token: ${{ secrets.NCM_TOKEN }}
16
github_token: ${{ secrets.GITHUB_TOKEN }}
Dockerfile
@@ -6,7 +6,7 @@ LABEL homepage="https://nodesource.com"
6
LABEL maintainer="NodeSource"
7
8
RUN apt-get update && apt-get install -y g++ build-essential
9
-RUN npm install -g nodesource/ncm-cli#gio/bump
+RUN npm install -g ncm-cli
COPY entrypoint.sh /entrypoint.sh
0 commit comments