Skip to content

Commit

Permalink
Debug GitHub Action workflowDebug workflow on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Jul 18, 2024
1 parent 746f091 commit 78c8793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '21'
cache: 'yarn'

- name: Install dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '21'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 78c8793

Please sign in to comment.