Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf authored Oct 12, 2023
1 parent a90a666 commit afecacb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0

Expand Down

0 comments on commit afecacb

Please sign in to comment.