Skip to content

Commit

Permalink
fix: upgrade xmlbuilder2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: we no longer support Node 10 as xmlbuilder2 does not support it.
  • Loading branch information
bhovhannes committed Aug 2, 2021
1 parent fc8055f commit 240f18b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"fast-glob": "3.2.7",
"xmlbuilder2": "2.4.1"
"xmlbuilder2": "3.0.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,6 +53,6 @@
"typescript": "4.3.5"
},
"engines": {
"node": ">=10"
"node": ">=12"
}
}

0 comments on commit 240f18b

Please sign in to comment.