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 8d50cca commit cd6e8f4Copy full SHA for cd6e8f4
.github/workflows/workflow-generate-website.yml
@@ -75,7 +75,7 @@ jobs:
75
hugo-version: '${{ steps.hugo-version.outputs.HUGO_VERSION }}'
76
extended: true
77
- name: Set up NodeJS
78
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
79
with:
80
node-version-file: '.github/workflows/config/.nvmrc'
81
cache: 'npm'
.github/workflows/workflow-validate-repo-markdown.yml
@@ -32,7 +32,7 @@ jobs:
32
# Setup runtime environment
33
# -------------------------
34
35
36
37
38
0 commit comments