Skip to content

Commit

Permalink
Merge pull request #465 from Cognigy/tech/#88830-update-node-22
Browse files Browse the repository at this point in the history
tech: #88830 update node version to 22
  • Loading branch information
vj-venkatesan authored Jan 23, 2025
2 parents 0a53d75 + ba54d34 commit 75a3fbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22.x'

- name: Re-install Node Modules
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '22.x'

- name: Build
run: npm ci && npm run build
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
"zlib": "^1.0.5"
},
"engines": {
"node": ">=18.15.0"
"node": ">=22.1.0"
}
}
}

0 comments on commit 75a3fbd

Please sign in to comment.