Skip to content

Commit

Permalink
chore: update repository (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jan 3, 2025
1 parent 4ad3d9d commit cb3416f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

permissions:
contents: read

jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
node-version: [20.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023-2024 TopCli
Copyright 2023-2025 TopCli

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>

## Requirements
- [Node.js](https://nodejs.org/en/) v18 or higher
- [Node.js](https://nodejs.org/en/) v20 or higher

## Getting Started

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": "./dist/index.js"
}
},
"keywords": [
Expand All @@ -31,15 +31,15 @@
"license": "ISC",
"type": "module",
"devDependencies": {
"@openally/config.eslint": "^1.0.0",
"@openally/config.eslint": "^1.1.0",
"@openally/config.typescript": "^1.0.3",
"@types/node": "^22.3.0",
"c8": "^10.1.2",
"esmock": "^2.6.7",
"@types/node": "^22.10.5",
"c8": "^10.1.3",
"esmock": "^2.6.9",
"glob": "^11.0.0",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@topcli/wcwidth": "^1.0.1"
Expand Down

0 comments on commit cb3416f

Please sign in to comment.