Skip to content

Commit

Permalink
npm v7 (epiphone#86)
Browse files Browse the repository at this point in the history
* Lockfile version 2

* Remove redundant `install-self-peers` dependency

* Add `@types/validator` dependency to fix build

* Run `npm audit fix`

* Upgrade to Node v16 in CI
  • Loading branch information
epiphone authored May 29, 2022
1 parent d684e0e commit b3bb4c6
Show file tree
Hide file tree
Showing 3 changed files with 6,726 additions and 78 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm run test:format
Expand Down
Loading

0 comments on commit b3bb4c6

Please sign in to comment.