From 6e6ef67e5eeb042343ef8b3d8d0f5d545cbdf024 Mon Sep 17 00:00:00 2001 From: Abir Majumdar <83433840+abirismyname@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:45:18 +0000 Subject: [PATCH] Updating node version --- .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 af6fb66..8880d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4.0.2 with: - node-version: 12 + node-version: 20 - run: npm ci - run: npm run lint - run: npm run test