Skip to content

Commit

Permalink
Component Governance - Upgrade to npm v8.1.4 (#1731)
Browse files Browse the repository at this point in the history
* Component Governance - Upgrade to npm v8.1.4

* Remove node 10.x as no longer supported by npm v8.1.4
  • Loading branch information
MSNev committed Dec 7, 2021
1 parent 1789620 commit d134c3c
Show file tree
Hide file tree
Showing 3 changed files with 1,444 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]

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

0 comments on commit d134c3c

Please sign in to comment.