chore: Update tool versions to match Nix environment
This commit is contained in:
parent
d068247797
commit
ac5b7f3a10
1 changed files with 2 additions and 2 deletions
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.108.0
|
HUGO_VERSION: 0.111.3
|
||||||
NODE_VERSION: 18.12.1
|
NODE_VERSION: 18.14.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue