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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/other-tools.yml')
-rw-r--r--.github/workflows/other-tools.yml15
1 files changed, 2 insertions, 13 deletions
diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml
index 0f67438c12..3e2725c40b 100644
--- a/.github/workflows/other-tools.yml
+++ b/.github/workflows/other-tools.yml
@@ -56,19 +56,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
- node-version: 14
-
- - name: Get Yarn cache directory path
- id: yarn-cache-dir-path
- run: echo "::set-output name=dir::$(yarn cache dir)"
-
- - name: Cache Yarn dependencies
- uses: actions/cache@v3
- with:
- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- restore-keys: |
- ${{ runner.os }}-yarn-
+ node-version: '14'
+ cache: 'yarn'
- name: Set up Python
uses: actions/setup-python@v2