Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2021-09-16 12:52:29 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2021-09-16 12:52:29 +0300
commitc06854d05c52d02959e84e182014a1eb48bc9a52 (patch)
tree5677fa8c1a9c568b1ed6075648bf2711d9bca79d /.github
parentc680d11ca332f9cde84d7c113a04abfbdb01399c (diff)
migrate to new yarn 2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index bf7b2c1..57d4cba 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
v1-${{ runner.os }}-yarn-
- name: Install Javascript dependencies
- run: yarn install --immutable --immutable-cache
+ run: yarn install --immutable
- name: Check tests
run: yarn run test