Skip to content

Commit

Permalink
Maintenance updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 19, 2023
1 parent 135085c commit e46798a
Show file tree
Hide file tree
Showing 5 changed files with 10,890 additions and 8,975 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 8.17.0
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 8.17.0
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run build-dist
- run: npm run test
- run: npm run lint
3 changes: 3 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
spec: ['build/jsondiffpatch.cjs.test.js']
};
Loading

0 comments on commit e46798a

Please sign in to comment.