Skip to content

Commit

Permalink
chore: Install dependencies using npm 8 (#702)
Browse files Browse the repository at this point in the history
* chore: Installed dependencies using npm8

Co-authored-by: Jawayria <jawayriahashmi@gmail.com>
  • Loading branch information
edx-requirements-bot and Jawayria authored Apr 8, 2022
1 parent 31dbe3e commit 5fe8330
Show file tree
Hide file tree
Showing 5 changed files with 25,102 additions and 186 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { createConfig } = require('@edx/frontend-build');

module.exports = createConfig('eslint', {
parser: "@babel/eslint-parser", // TODO: remove this once babel-eslint is replaced with @babel/eslint-parser in frontend-build
});
module.exports = createConfig('eslint');
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
strategy:
matrix:
node: [12, 14, 16]
npm: [6,8]
npm: [6, 8.5.0]
exclude:
- node: 12
npm: 8
npm: 8.5.0
- node: 14
npm: 8
npm: 8.5.0
- node: 16
npm: 6

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 5fe8330

Please sign in to comment.