Skip to content

Commit

Permalink
πŸ’š Fix Node Version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Jan 2, 2025
1 parent 5a22871 commit dab1ad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
node-version: 'lts/*'
cache: 'yarn'

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
node-version: 'lts/*'
cache: 'yarn'

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit dab1ad8

Please sign in to comment.