From c834dbd0d32069517f327817b9a345975c7607e0 Mon Sep 17 00:00:00 2001 From: withanage Date: Tue, 11 Jun 2024 19:34:57 +0200 Subject: [PATCH] Add node 20 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f11ab66..fc0926d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: |