Skip to content

Commit

Permalink
chore: 🤖 update dependency node to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2024
1 parent d979902 commit d600060
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.17.0
node-version: 20.18.0

- name: Commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
14 changes: 7 additions & 7 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.17.0
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 8.15.9

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion .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.17.0
node-version: 20.18.0
package-manager: pnpm
package-manager-version: 8.15.9

Expand Down

0 comments on commit d600060

Please sign in to comment.