From 32236b065af1e3afff556cd80d1a136270d87123 Mon Sep 17 00:00:00 2001 From: Sasha Date: Fri, 18 Apr 2025 16:38:35 +0200 Subject: [PATCH] up ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cda1656..8d5c925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: uses: actions/checkout@v2 - name: Install NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" cache: "npm" cache-dependency-path: "**/package-lock.json"