Skip to content

Commit

Permalink
update node 20.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Aug 19, 2024
1 parent 031b7d1 commit dab5308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
cache: ''
- run: npm install
- run: npm run test
- run: npm run test:issue
env:
FORCE_COLOR: true

test-node-20-15:
test-node-20-16:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -46,9 +47,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.15
node-version: 20.16
cache: ''
- run: npm install
- run: npm run test
- run: npm run test:issue
env:
FORCE_COLOR: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"url": "git+https://github.com/cenfun/jest-v8-coverage.git"
},
"dependencies": {
"monocart-coverage-reports": "^2.9.1"
"monocart-coverage-reports": "^2.10.3"
},
"devDependencies": {
"eight-colors": "^1.3.0",
"eslint": "^9.6.0",
"eslint": "^9.9.0",
"eslint-config-plus": "^2.0.2",
"eslint-plugin-html": "^8.1.1",
"jest": "^29.7.0"
Expand Down

0 comments on commit dab5308

Please sign in to comment.