Skip to content

Commit

Permalink
chore(ci): remove Node.js v14 npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 1, 2023
1 parent ae81ca4 commit 3fb7702
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install last npm version
if: ${{ matrix.node-version == 14 }}
run: npm install -g npm@latest
- run: npm ci
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit 3fb7702

Please sign in to comment.