Skip to content

Commit 546f3a9

Browse files
chore(deps): bump libxmljs2 from 0.31.0 to 0.32.0 (#687)
* chore(deps): bump libxmljs2 from 0.31.0 to 0.32.0 Bumps [libxmljs2](https://github.com/marudor/libxmljs2) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/marudor/libxmljs2/releases) - [Commits](marudor/libxmljs2@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: libxmljs2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix deps Signed-off-by: Jan Kowalleck <[email protected]> * fix deps Signed-off-by: Jan Kowalleck <[email protected]> * ci: no enforce all optinlas (#690) Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent c0a958f commit 546f3a9

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,12 @@ jobs:
126126
cache: "npm"
127127
cache-dependency-path: "**/package-lock.json"
128128
- name: setup project
129+
shell: bash
129130
run: |
131+
set -ex
130132
npm ci --ignore-scripts --include=optional --loglevel=silly
131-
## rebuild deps for which scripts were ignored, but are critical
132-
npm rebuild --loglevel=silly libxmljs2
133+
## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
134+
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2
133135
- name: fetch build artifact
134136
# see https://github.com/actions/download-artifact
135137
uses: actions/download-artifact@v3

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ajv": "^8.12.0",
7272
"ajv-formats": "^2.1.1",
7373
"ajv-formats-draft2019": "^1.6.1",
74-
"libxmljs2": "^0.31.0",
74+
"libxmljs2": "^0.31.0 || ^0.32.0",
7575
"xmlbuilder2": "^3.0.2"
7676
},
7777
"devDependencies": {

0 commit comments

Comments
 (0)