Skip to content

Commit 48d8efa

Browse files
committed
Update ci-cd.yml
Update to Ubuntu 20.04 version for ci-cd builds
1 parent 289f26f commit 48d8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-18.04]
22+
os: [ubuntu-20.04]
2323
node: [16.x]
2424

2525
steps:

0 commit comments

Comments
 (0)