Skip to content

Commit

Permalink
пох
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Nov 13, 2023
1 parent bfe58f4 commit 5178b42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@ jobs:
node-version: 18

- name: Get npm cache directory
if: ${{ runner.os != 'Windows' }}
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}

- name: Get npm cache directory
if: ${{ runner.os == 'Windows' }}
id: npm-cache-dir
shell: pwsh
run: echo "dir=$(npm config get cache)" >> ${env:GITHUB_OUTPUT}

- name: Cache NPM dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5178b42

Please sign in to comment.