mirror of
https://github.com/openziti/zrok.git
synced 2025-05-31 23:25:58 +02:00
update node to 20.x for ui builds
This commit is contained in:
parent
43f720f23e
commit
b632e5a97a
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
|
||||
- run: npm install
|
||||
working-directory: ui
|
||||
@ -185,7 +185,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
|
||||
- run: npm install
|
||||
working-directory: ui
|
||||
@ -238,7 +238,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
|
||||
- run: npm install
|
||||
working-directory: ui
|
||||
|
Loading…
x
Reference in New Issue
Block a user