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 61e425b commit 6e0e359Copy full SHA for 6e0e359
.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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
0 commit comments