feat: update to use nodejs20 runtime

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-21 13:39:34 -05:00
parent 7a931cba8c
commit 0baec7d13a
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
5 changed files with 9 additions and 15 deletions

View file

@ -261,10 +261,9 @@ jobs:
hugo-version: '0.119.0'
extended: true
- name: Setup Node
uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
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