Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufukbakan committed Jul 23, 2024
1 parent c381826 commit 4772bc5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
# - name: Install pnpm
# uses: pnpm/action-setup@v4
# with:
# version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/pnpm-lock.yaml'
# - run: npm ci
- run: npm install
- run: npm run build --if-present
Expand Down

0 comments on commit 4772bc5

Please sign in to comment.