Skip to content

Commit

Permalink
Bump test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed Jun 3, 2024
1 parent 767cfe3 commit 2c9284d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '8.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '8.x'
node-version: '16.x'
- run: npm install
- run: npm test
- name: Coveralls
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package-lock=false
legacy-bundling=true
save=false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"socketwrap": "^0.9.0"
},
"devDependencies": {
"eslint-plugin-ivs": "^2.1.0",
"eslint": "^8.57.0",
"eslint-plugin-ivs": "^4.0.1",
"expect.js": "^0.3.1",
"mocha": "^3.1.2",
"nyc": "^13.0.1",
Expand Down

0 comments on commit 2c9284d

Please sign in to comment.