Skip to content

Commit b1e08ef

Browse files
upgrade to node v22
1 parent 249863a commit b1e08ef

File tree

13 files changed

+5082
-4097
lines changed

13 files changed

+5082
-4097
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.RELEASEDRAFTER_PAT }}
3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: '20.x'
37+
node-version: '22.x'
3838
cache: "npm"
3939
cache-dependency-path: '**/package-lock.json'
4040
- name: Make changes to pull request
@@ -73,7 +73,7 @@ jobs:
7373
token: ${{ secrets.RELEASEDRAFTER_PAT }}
7474
- uses: actions/setup-node@v4
7575
with:
76-
node-version: '20.x'
76+
node-version: '22.x'
7777
cache: "npm"
7878
cache-dependency-path: '**/package-lock.json'
7979
- name: Make changes to pull request
@@ -112,7 +112,7 @@ jobs:
112112
token: ${{ secrets.RELEASEDRAFTER_PAT }}
113113
- uses: actions/setup-node@v4
114114
with:
115-
node-version: '20.x'
115+
node-version: '22.x'
116116
cache: "npm"
117117
cache-dependency-path: '**/package-lock.json'
118118
- name: Make changes to pull request
@@ -150,7 +150,7 @@ jobs:
150150
token: ${{ secrets.RELEASEDRAFTER_PAT }}
151151
- uses: actions/setup-node@v4
152152
with:
153-
node-version: '20.x'
153+
node-version: '22.x'
154154
cache: "npm"
155155
cache-dependency-path: '**/package-lock.json'
156156
- name: Make changes to pull request

.github/workflows/node-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18, 20]
18+
node-version: [22.x]
1919
steps:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '20.x'
20+
node-version: '22.x'
2121

2222
publish-gpr:
2323
needs: build
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v3
3737
with:
38-
node-version: '20.x'
38+
node-version: '22.x'
3939
registry-url: "https://registry.npmjs.org"
4040
scope: "@sistent"
4141
- run: |

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v22.18.0

0 commit comments

Comments
 (0)