Skip to content

Commit cc9d830

Browse files
ci: update node version
Signed-off-by: vince-fugnitto <[email protected]>
1 parent 9cf4d5a commit cc9d830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-18.04]
21-
node: [12]
21+
node: [16]
2222

2323
steps:
2424
- name: Checkout
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-18.04]
48-
node: [12]
48+
node: [16]
4949

5050
steps:
5151
- name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
os: [ubuntu-18.04]
75-
node: [12]
75+
node: [16]
7676

7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)