diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebf60e11..67ee8b95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: # define which version of NodeJS to run the build - node: [18] + node: [20] steps: - name: Clone repository