Skip to content

Commit

Permalink
chore: 🤖 update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 10e27d6 commit 3868690
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.18.0
node-version: 22.11.0

- name: Commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -61,7 +61,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -91,7 +91,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -106,7 +106,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -122,7 +122,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -140,7 +140,7 @@ jobs:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 20.18.0
node-version: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3

Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Semantic Release
uses: cycjimmy/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.0",
"@types/json-diff": "1.0.3",
"@types/node": "20.17.2",
"@types/node": "22.8.2",
"@types/string-template": "1.0.6",
"@types/webpack-node-externals": "3.0.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
Loading

0 comments on commit 3868690

Please sign in to comment.