Skip to content

Commit

Permalink
chore: bump Node.js in github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
  • Loading branch information
akurinnoy committed Aug 30, 2023
1 parent 9b7e46b commit 26f7ff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: "Use Node.js"
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
-
name: "Install dependencies"
run: yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
name: "Checkout Che Dashboard source code"
uses: actions/checkout@v3
-
name: "Use Node 16"
name: "Use Node 18"
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
-
name: "Install dependencies"
run: yarn
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: "Setup Node"
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
-
name: "Install npm & lerna"
run: "npm install --global lerna"
Expand Down

0 comments on commit 26f7ff8

Please sign in to comment.