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 66ee375 commit f0d6520
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f0d6520

Please sign in to comment.