Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 9, 2023
1 parent 2ad61d7 commit e0c7591
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- name: Check out
Expand All @@ -27,7 +27,6 @@ jobs:
- name: Unit Test
run: yarn test:json
- name: Report Coverage
if: ${{ matrix.node-version == 16 }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reggol",
"description": "Logger for professionals",
"version": "1.3.5",
"version": "1.4.0",
"sideEffects": false,
"main": "lib/node.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -41,23 +41,23 @@
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.11.17",
"@types/node": "^18.16.9",
"@types/object-inspect": "^1.8.1",
"@types/supports-color": "^8.1.1",
"@types/sinonjs__fake-timers": "^6.0.4",
"c8": "^7.12.0",
"c8": "^7.13.0",
"chai": "^4.3.7",
"esbuild": "^0.14.54",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"typescript": "^4.9.4"
"typescript": "^5.0.4"
},
"dependencies": {
"supports-color": "^8.1.1",
"cosmokit": "^1.4.0",
"object-inspect": "^1.12.2"
"cosmokit": "^1.4.2",
"object-inspect": "^1.12.3"
}
}

0 comments on commit e0c7591

Please sign in to comment.