Skip to content

Commit

Permalink
Debug 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 b9fcc01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '21'
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Debug scripts
run: yarn run

- name: Run tests
run: yarn test

Expand Down

0 comments on commit b9fcc01

Please sign in to comment.