Skip to content

Commit 108902c

Browse files
committed
Merge branch 'master' into copilot/migrate-schemas-to-peerdependency
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
2 parents 0bad112 + c85aecd commit 108902c

File tree

116 files changed

+4606
-22184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+4606
-22184
lines changed

.github/workflows/bump-meshery-version.yml

Lines changed: 0 additions & 179 deletions
This file was deleted.

.github/workflows/node-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18, 20]
18+
node-version: [20, 22]
1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

0 commit comments

Comments
 (0)