mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 01:39:39 +02:00
chore(deps): freeze lockfile on Github Actions (#6570)
This commit is contained in:
parent
b3cd9c69df
commit
5de7ecb5f0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
# ESLint and Prettier must be in `package.json`
|
# ESLint and Prettier must be in `package.json`
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: yarn
|
run: yarn --frozen-lockfile
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v1
|
uses: wearerequired/lint-action@v1
|
||||||
|
|
2
.github/workflows/test-client.yaml
vendored
2
.github/workflows/test-client.yaml
vendored
|
@ -6,6 +6,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: yarn
|
run: yarn --frozen-lockfile
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: yarn test:client
|
run: yarn test:client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue