Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NgocNhi123 committed Jun 28, 2024
1 parent 55a3c13 commit 8a43d3e
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable Corepack before setting up Node
+ run: corepack enable
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: corepack enable
- run: yarn install
- run: yarn lint
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.3.1.cjs

0 comments on commit 8a43d3e

Please sign in to comment.