feat: bump to use node20 runtime (#641)
This commit is contained in:
parent
aadc3a98df
commit
c57490a8b0
7 changed files with 51 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue