We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad848ab commit 5dcde65Copy full SHA for 5dcde65
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
24
+ - run: apt-get update && apt-get install libxml2-utils
25
- run: npm ci
26
- run: npm run build
27
- run: npm test
0 commit comments