feat: update to use nodejs20 runtime
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
7a931cba8c
commit
0baec7d13a
5 changed files with 9 additions and 15 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