diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7343c11e..007e9cc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # We are using deprecated functionality. Downgrade Node so we still compile. - uses: actions/setup-node@v6 with: - node-version: 16 + node-version: 20 - name: Install run: | diff --git a/.nvmrc b/.nvmrc index cb406c60..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.20.2 +20