From e243acf4bacd775cbab0a501e4a875c2a4b9deea Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Sun, 15 Feb 2026 22:56:17 +0100 Subject: [PATCH] Move to node 20. --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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