Skip to content

Commit

Permalink
Merge pull request alan2207#9 from thanir03/thanir
Browse files Browse the repository at this point in the history
add2
  • Loading branch information
thanir03 authored Sep 3, 2024
2 parents 5fcf9c5 + 62c820a commit c64d0d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Run next test in app/nextjs-app directory
- name: Running code quality check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Run next test in app/nextjs-pages directory
- name: Running code quality check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Install dependencies
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:

# Install yarn as package manager
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
uses: threeal/setup-yarn-action@latest

# Run next test in app/react-vite directory
- name: Running code quality check
Expand Down

0 comments on commit c64d0d0

Please sign in to comment.