Skip to content

Commit

Permalink
Update dead-domains-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKia authored Aug 28, 2024
1 parent 53275c5 commit e9bdf03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dead-domains-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
#cache: pnpm
#cache-dependency-path: '**/pnpm-lock.yaml'
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit e9bdf03

Please sign in to comment.