1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 21:21:15 +02:00

chore: use npm ci instead of install during build (#316)

This commit is contained in:
Bharath KKB
2021-06-20 17:49:28 -05:00
committed by GitHub
parent a2665ec8e8
commit fc09300698

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install
run: npm install
run: npm ci
- name: build
run: npm run build
- name: commit