Skip to content

Commit

Permalink
Update to node 16 in ci-cd.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Apr 13, 2023
1 parent 0421161 commit 47b6e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
node: [14]
node: [16]

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

strategy:
matrix:
node: [14]
node: [16]

steps:
- name: Checkout
Expand Down

0 comments on commit 47b6e5a

Please sign in to comment.