We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9781305 commit bd7a1a0Copy full SHA for bd7a1a0
1 file changed
.github/workflows/node.js.yml
@@ -19,6 +19,8 @@ jobs:
19
node-version: [10.x, 18.x]
20
21
steps:
22
+ - name: Install xmllint
23
+ run: sudo apt-get install -y libxml2-utils
24
- uses: actions/checkout@v3
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v3
0 commit comments