From 892907a9551eee5b04ef8b35d62f82816dfa76e2 Mon Sep 17 00:00:00 2001 From: Tiark Rompf Date: Sat, 2 Dec 2023 01:45:01 -0500 Subject: [PATCH] Update hugo.yml --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 12e5df1..34941d6 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '16' cache: 'npm' # The action defaults to search for the dependency file (package-lock.json, # npm-shrinkwrap.json or yarn.lock) in the repository root, and uses its