Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Updated: Github Actions
Added: Base node version for the project
Updated: License
Updated: Dependency tree
  • Loading branch information
201flaviosilva committed May 10, 2024
1 parent 5793521 commit ef9f855
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DeployDoc.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [17.x]
node-version: [20.x]

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Flavio Silva
Copyright (c) 2024 Flavio Silva

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -22,13 +22,13 @@
"bump": "npm run build && np --no-cleanup --any-branch"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.31.1",
"clean-jsdoc-theme": "^4.2.7",
"jsdoc": "^4.0.2",
"np": "^8.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"@vitest/coverage-c8": "^0.31.4",
"clean-jsdoc-theme": "^4.3.0",
"jsdoc": "^4.0.3",
"np": "^8.0.4",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vitest": "^0.31.4"
},
"files": [
"README.md",
Expand Down

0 comments on commit ef9f855

Please sign in to comment.