Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/setup-node from 2.5.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 7d90b3d commit 8128547
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: '14'
- id: install-secret-key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x64 # (x64 or x86) - defaults to x64
- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: '14'
- name: Setup dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# Setup Environments
- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Setup Environments
- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin'
java-version: 11

- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v4.0.2
with:
node-version: '14'

Expand Down

0 comments on commit 8128547

Please sign in to comment.