diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43243bb2..738efd89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Cache Node modules id: node-cache