feat: bump to use node20 runtime (#641)

This commit is contained in:
Rui Chen
2024-02-06 15:47:20 +01:00
committed by GitHub
parent aadc3a98df
commit c57490a8b0
7 changed files with 51 additions and 38 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