Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NgocNhi123 committed Jun 28, 2024
1 parent 0fed493 commit eff2a76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: "20.x"
cache: "yarn"
- run: yarn install
- run: yarn lint

0 comments on commit eff2a76

Please sign in to comment.