Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 9, 2025
1 parent ff29fd8 commit 5199719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable
run: npm i -g --force corepack && corepack enable

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable
run: npm i -g --force corepack && corepack enable

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down

0 comments on commit 5199719

Please sign in to comment.