Skip to content

Commit

Permalink
fix: Specify npm version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Sep 8, 2023
1 parent 9f69f9f commit 445400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install typescript
run: npm install -g typescript npm${{ matrix.npm_version }}
run: npm install -g typescript

- name: Install packages
run: npm install
Expand Down

0 comments on commit 445400e

Please sign in to comment.