Skip to content

Commit

Permalink
rmv pnpm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusAlvesPereira committed Feb 12, 2024
1 parent 4661036 commit 46a2bdc
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 @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x ]
npm-version: [ 10.2.3 ]
name: Use Node.js ${{ matrix.node-version }}
steps:

Expand All @@ -26,11 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Setup npm
uses: pnpm/action-setup@v2
with:
version: ${{matrix.npm-version}}

- name: Install npm
run: npm install

0 comments on commit 46a2bdc

Please sign in to comment.