Skip to content

Commit

Permalink
fix(ci): deletes old file
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 3, 2024
1 parent 21d2b1c commit 1851324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 45 deletions.
10 changes: 5 additions & 5 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ description: 'Sets up Node, and installs dependencies'
runs:
using: 'composite'
steps:
- name: Set up PNPM
uses: pnpm/action-setup@v3
with:
version: '7'

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Install pnpm
shell: bash
run: |
npm install -g pnpm
- name: Install dependencies
shell: bash
run: |
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/_base.yml

This file was deleted.

0 comments on commit 1851324

Please sign in to comment.