We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0d1e1 commit fe17385Copy full SHA for fe17385
.github/workflows/node.js.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout
21
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - name: Update apt-get cache
23
+ run: sudo apt-get update
24
- name: Install xmllint
25
run: sudo apt-get install -y libxml2-utils
26
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments