Skip to content

Commit

Permalink
actions: try another config
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJorge148 committed Sep 11, 2024
1 parent d0cbbba commit 62e7713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
name: Install pnpm
with:
version: 9
run_install: false
# run_install: false

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- run: pnpm install
- run: pnpm test

- name: Generate tag
Expand Down

0 comments on commit 62e7713

Please sign in to comment.