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 1c46b8e commit 63abe59Copy full SHA for 63abe59
.github/workflows/node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install xmllint
24
run: sudo apt-get install -y libxml2-utils
25
- name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
0 commit comments