update nodejs version in github workflow
This commit is contained in:
parent
d4013622cb
commit
c276134b67
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '23'
|
||||
node-version: '24'
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue