Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljandejsek authored Jul 24, 2024
2 parents 651bb35 + 610911e commit 7fc4c2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 22
check-latest: true
cache: 'npm'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 22
check-latest: true

- name: Get Hugo Version
Expand Down
16 changes: 7 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"hugo": "v0.128.0",
"muffet": "v2.10.1"
"hugo": "v0.129.0",
"muffet": "v2.10.2"
}

0 comments on commit 7fc4c2c

Please sign in to comment.