Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/bump-meshery-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [22.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

publish-gpr:
needs: build
Expand All @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '22.x'
registry-url: "https://registry.npmjs.org"
scope: "@sistent"
- run: |
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.18.0
Loading