From a48d08422a0935dd8872974ca42b0a9cc8c094cc Mon Sep 17 00:00:00 2001 From: Anas Abbal <87352192+anasabbal@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:51:50 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47e2344..2021785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm install