Skip to content

Commit bd7a1a0

Browse files
authored
Build: install libxml2 for lint task (#1237)
1 parent 9781305 commit bd7a1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
node-version: [10.x, 18.x]
2020

2121
steps:
22+
- name: Install xmllint
23+
run: sudo apt-get install -y libxml2-utils
2224
- uses: actions/checkout@v3
2325
- name: Use Node.js ${{ matrix.node-version }}
2426
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)