Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 #3831

Closed
Closed
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
chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
commit d6844268d3e7a5d565ed650bfbba7afbd40ebba7
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commitlint

Check warning on line 1 in .github/workflows/commitlint.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on: [push]

@@ -16,7 +16,7 @@
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/component-test-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Component Test Reporter

Check warning on line 1 in .github/workflows/component-test-report.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
@@ -32,7 +32,7 @@
fetch-depth: 1

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Draft New Release

Check warning on line 1 in .github/workflows/draft-new-release.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on: workflow_dispatch

@@ -16,7 +16,7 @@
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/dt-test-and-report-code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DT Tests

Check warning on line 1 in .github/workflows/dt-test-and-report-code-coverage.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.
on:
workflow_call:
secrets:
@@ -36,7 +36,7 @@
fetch-depth: 1

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish New GitHub Release

Check warning on line 1 in .github/workflows/publish-new-release.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
@@ -30,7 +30,7 @@
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/ut-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests

Check warning on line 1 in .github/workflows/ut-tests.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
@@ -30,7 +30,7 @@
fetch-depth: 1

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/verify-server-start.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify Server start

Check warning on line 1 in .github/workflows/verify-server-start.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
@@ -19,7 +19,7 @@
fetch-depth: 1

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify

Check warning on line 1 in .github/workflows/verify.yml

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
@@ -20,7 +20,7 @@
ref: ${{ github.head_ref }}

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc
cache: 'npm'
Loading