Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

chore: fix build step labels to use node... #1333

Open
wants to merge 1 commit into
base: main
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/check-theia-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
name: Checkout che-theia source code
- uses: actions/setup-node@v1
name: Configuring nodejs 12.x version
name: Configuring nodejs 14.x version
with:
node-version: '14.x'
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/happy-path-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
name: Checkout che-theia source code
- uses: actions/setup-node@v1
name: Configuring nodejs 12.x version
name: Configuring nodejs 14.x version
with:
node-version: '14.x'
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
name: Checkout che-theia source code
- uses: actions/setup-node@v1
name: Configuring nodejs 12.x version
name: Configuring nodejs 14.x version
with:
node-version: '14.x'
- name: Login to docker.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "[INFO] No existing tags detected for $VERSION"
fi
- uses: actions/setup-node@v1
name: Configuring nodejs 12.x version
name: Configuring nodejs 14.x version
with:
node-version: '14.x'
- name: Login to docker.io
Expand Down