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

build(deps): bump actions/setup-node from 2.5.1 to 4.0.2 #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/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
Loading