Skip to content

Commit 011c7c8

Browse files
joelfoliveirabrmagadutra
authored andcommitted
chore: update nodejs packages
1 parent 3f8199d commit 011c7c8

File tree

9 files changed

+7272
-4578
lines changed

9 files changed

+7272
-4578
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: actions/setup-node@v3
7878
with:
79-
node-version: 18
79+
node-version: 20
8080
cache: yarn
8181
cache-dependency-path: website/yarn.lock
8282

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
dotnet-version: '8.x'
1818

1919
- name: Setup Node
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v3
2121
with:
22-
node-version: '18.x'
22+
node-version: '20.x'
2323

2424
- name: Build Client App
2525
working-directory: ./src/KafkaFlow.Admin.Dashboard/ClientApp

.github/workflows/test-deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- uses: actions/setup-node@v3
7171
with:
72-
node-version: 18
72+
node-version: 20
7373
cache: yarn
7474
cache-dependency-path: website/yarn.lock
7575

0 commit comments

Comments
 (0)