From 0e330a2f01ab589f0185d78cf96b983ca366cc1b Mon Sep 17 00:00:00 2001 From: pajecawav Date: Sun, 23 Jun 2024 21:31:06 +0300 Subject: [PATCH] ci: update ci versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49ce969..49af22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: pnpm - run: pnpm install --frozen-lockfile