mirror of https://github.com/portainer/portainer
chore(deps): freeze lockfile on Github Actions (#6570)
parent
b3cd9c69df
commit
5de7ecb5f0
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
# ESLint and Prettier must be in `package.json`
|
||||
- name: Install Node.js dependencies
|
||||
run: yarn
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@v1
|
||||
|
|
|
@ -6,6 +6,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
run: yarn --frozen-lockfile
|
||||
- name: Run tests
|
||||
run: yarn test:client
|
||||
|
|
Loading…
Reference in New Issue