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 472ccfb commit fa7becfCopy full SHA for fa7becf
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install xmllint
25
run: sudo apt-get install -y libxml2-utils
26
- name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
0 commit comments