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 4ddb3c8 commit 4194949Copy full SHA for 4194949
.github/workflows/publish.yml
@@ -33,6 +33,16 @@ jobs:
33
hugo-version: ${{ vars.HUGO_VERSION }}
34
extended: true
35
36
+ - uses: actions/setup-node@v4
37
+ with:
38
+ node-version: "22"
39
+ cache: "npm"
40
+ # The action defaults to search for the dependency file (package-lock.json,
41
+ # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its
42
+ # hash as a part of the cache key.
43
+ # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
44
+ cache-dependency-path: "**/package-lock.json"
45
+
46
- name: Build
47
run: make -C community.hachyderm.io hugo
48
0 commit comments