Install w/o lock

This commit is contained in:
James 2020-10-26 13:21:39 -06:00
parent deb35478a5
commit 8e68a7fba3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LABEL "com.github.actions.color"="gray-dark"
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install dependencies
RUN npm ci RUN npm install
# Copy the rest of your action's code # Copy the rest of your action's code
COPY . . COPY . .