diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4aa74a..d916699 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install Dependencies, lint and Run Tests run: |