Skip to content

Commit

Permalink
ci: only update to version 10 of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Dec 29, 2024
1 parent 8e302da commit 9d1470f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version-file: 'package.json'
cache: 'npm'
- name: Update npm version
run: npm update npm -g
run: npm update npm@10 -g
- name: Install dependencies
run: npm ci
- name: Run linting
Expand All @@ -41,7 +41,7 @@ jobs:
node-version-file: 'package.json'
cache: 'npm'
- name: Update npm version
run: npm update npm -g
run: npm update npm@10 -g
- name: Install dependencies
run: npm ci
- name: Run type check
Expand All @@ -56,7 +56,7 @@ jobs:
node-version-file: 'package.json'
cache: 'npm'
- name: Update npm version
run: npm update npm -g
run: npm update npm@10 -g
- name: Install dependencies
run: npm ci
- name: Install Playwright dependencies
Expand Down

0 comments on commit 9d1470f

Please sign in to comment.