Skip to content

Commit

Permalink
fix(ci): use newer NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Jan 30, 2024
1 parent 276e890 commit a9365eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
cache: npm
node-version: ${{ matrix.node }}

- name: update npm to v8
- name: update npm (for node.js 14)
if: matrix.node == '14'
run: npm install -g 'npm@^8.8.0'

- name: install neovim
Expand Down

0 comments on commit a9365eb

Please sign in to comment.