Skip to content

Commit

Permalink
fix(action): fix dgiot-dashboard/settings#git-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiot-fe committed Apr 20, 2022
1 parent a53d94f commit 10c32cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [ latest,current,stable ]
pnpm-version: [ latest ]
pnpm-version: [ latest,next ]
steps:
- name: Checkout 🚀
uses: actions/checkout@v2
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.14.2 ]
pnpm-version: [ 6.32.8 ]
node-version: [ latest ]
pnpm-version: [ latest ]
steps:
- name: Checkout 🚀
uses: actions/checkout@v2
Expand All @@ -56,9 +56,9 @@ jobs:
cache-name: cache-pnpm-modules
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.os }}-${{ matrix.pnpm-version }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
${{ runner.os }}-${{ matrix.pnpm-version }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- name: Use Pnpm ${{ matrix.pnpm-version }} 🚀
uses: pnpm/action-setup@v2.2.1
with:
Expand Down

0 comments on commit 10c32cb

Please sign in to comment.