From 89c1198f003e62ad63bcd20f8386ab999732df69 Mon Sep 17 00:00:00 2001 From: Halvard Date: Thu, 12 Sep 2024 17:25:06 +0300 Subject: [PATCH] updated ci dependencies --- .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 97ebaf7..eb54d51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install