From c2e54dd7d4986c8a6dc10f511b421e949edf4173 Mon Sep 17 00:00:00 2001 From: Saeid Doroudi Date: Sun, 28 Apr 2024 10:04:59 +0330 Subject: [PATCH] ci: :rocket: update to node v20 in github actions resolve build issue after updating packages --- .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 66992ef..0ac4956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v2 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: pnpm - name: Install