Skip to content

Commit

Permalink
Update ubuntu version and node version in ci-cd.yml
Browse files Browse the repository at this point in the history
The version of ubuntu is deprecated. Use 20.04 instead.

Also upgrade node version.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Apr 4, 2023
1 parent 9b23c78 commit ec8793f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
node: [12]
os: [ubuntu-20.04]
node: [14]

steps:
- name: Checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
node: [12]
node: [14]

steps:
- name: Checkout
Expand Down

0 comments on commit ec8793f

Please sign in to comment.