We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99038c6 commit 2cff14fCopy full SHA for 2cff14f
.github/workflows/node.js.yml
@@ -18,11 +18,12 @@ jobs:
18
node-version: [18.x, 20.x]
19
20
steps:
21
+ - name: Checkout
22
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
- name: Install xmllint
24
run: sudo apt-get install -y libxml2-utils
- - uses: actions/checkout@v3
25
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
26
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
0 commit comments