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.3 to 4.0.4 #3749

Merged
merged 2 commits into from
Oct 16, 2024
Merged
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
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on: [push]

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on: workflow_dispatch

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
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

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

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

- name: Setup Node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: .nvmrc
cache: 'npm'
Expand Down
Loading