Skip to content

Commit 2055aff

Browse files
authored
Update build to Node 20 (#203)
fixed #202 Signed-off-by: Jonas Helming <[email protected]>
1 parent c5ea978 commit 2055aff

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-latest]
21-
node: [18]
21+
node: [20]
2222

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

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

7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)