Skip to content

Commit

Permalink
Use yarn per mozilla/web-ext#2245
Browse files Browse the repository at this point in the history
 and update web-ext (last one to update)
  • Loading branch information
tatankat committed Jan 14, 2022
1 parent 4428083 commit b76357e
Show file tree
Hide file tree
Showing 4 changed files with 3,383 additions and 15,273 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: "Install node"
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- name: "Install requirements"
run: npm ci
run: yarnpkg

- name: "Run eslint"
run: ./node_modules/.bin/eslint .
Expand Down
Loading

0 comments on commit b76357e

Please sign in to comment.