From 23b4d23cec90a8aaec4534c11e072c9011136982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Manzanero=20Dom=C3=ADnguez?= Date: Mon, 8 Jul 2024 19:11:07 -0600 Subject: [PATCH] update github actions --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acc388d..ae09ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - name: git-checkout + uses: actions/checkout@v3 + + - name: pnpm-setup + uses: pnpm/action-setup@v2 + - name: Build project - uses: actions/setup-node@v2 + uses: pnpm/action-setup@v2 with: node-version: 20.x - run: pnpm install