From 04e57dd50d0ac5640589dfc039792036b213b992 Mon Sep 17 00:00:00 2001 From: Thorn Walli Date: Fri, 22 Sep 2023 17:22:37 +0200 Subject: [PATCH] Update next.yml --- .github/workflows/next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 809c572119..e526437b47 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -52,7 +52,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [19] + node: [20] steps: - uses: actions/setup-node@v3