Skip to content

Commit

Permalink
fix: update node-version syntax in coverage workflow and bump version…
Browse files Browse the repository at this point in the history
… to 0.2.4
  • Loading branch information
hebertcisco committed Dec 5, 2024
1 parent c6ddf62 commit 6e14fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18x, 20x, 22x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- name: Checkout repository
Expand Down
14 changes: 2 additions & 12 deletions package-lock.json

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

10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
"node": ">=16",
"npm": ">=8"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm",
"!mips"
],
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-angular": "18.6.1",
Expand Down

0 comments on commit 6e14fb5

Please sign in to comment.