Skip to content

Commit

Permalink
Update npm-downloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi authored Aug 7, 2024
1 parent 24c67d7 commit d85a742
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts'
node-version: '*'

- name: Install pnpm
run: npm install -g pnpm
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: '*'

- name: Install dependencies
run: pnpm add axios
Expand Down

0 comments on commit d85a742

Please sign in to comment.