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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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