Skip to content

Commit

Permalink
Put back zip on node 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Aug 12, 2022
1 parent d389088 commit fc7abcb
Show file tree
Hide file tree
Showing 8 changed files with 277 additions and 396 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignores: ["depcheck", "fast-extract", "supports-color"]
ignores: ["depcheck", "lzma-native", "supports-color"]
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build
- run: nvu lts npm test
- run: npm test
- run: npm run test:engines
Loading

0 comments on commit fc7abcb

Please sign in to comment.