Install w/o lock
This commit is contained in:
parent
deb35478a5
commit
8e68a7fba3
|
@ -11,7 +11,7 @@ LABEL "com.github.actions.color"="gray-dark"
|
|||
COPY package*.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
# Copy the rest of your action's code
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in New Issue