From 8142586289522071c170f244fd33f5b9c926f2f6 Mon Sep 17 00:00:00 2001 From: INeedJobToStartWork Date: Tue, 9 Jul 2024 13:45:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96Manual=20Changes(GH=20actions,actio?= =?UTF-8?q?n.yaml):=20Update=20pnpm=20package=20and=20node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8cb08..803c2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v2 + - name: \🟢 Setup node + uses: actions/setup-node@v4.0.2 with: node-version: 20 - - name: Setup pnpm - uses: pnpm/action-setup@v2.4.0 + - name: 🚀 Setup pnpm + uses: pnpm/action-setup@v4 - name: Install dependencies run: pnpm install --no-frozen-lockfile - name: Format Files