Skip to content

Commit

Permalink
ci: arreglar setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Feb 26, 2024
1 parent 089e811 commit 72cadf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
check:
name: chequear typescript del sitio
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand All @@ -19,6 +20,7 @@ jobs:
with:
node-version: 20
cache: "pnpm"
cache-dependency-path: sitio/pnpm-lock.yaml
- name: Install dependencies
working-directory: sitio
run: pnpm install
Expand Down

0 comments on commit 72cadf0

Please sign in to comment.