Skip to content

Commit 7dcb90b

Browse files
committed
Upgrade to node 16.x for GitHub CI
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
1 parent 15acf80 commit 7dcb90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-18.04]
23-
node: [12]
23+
node: [16.x]
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)