mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
chore: fix prettier wkflw
This commit is contained in:
3
.github/workflows/continuous-integration.yml
vendored
3
.github/workflows/continuous-integration.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 17
|
node-version: 17
|
||||||
|
|
||||||
|
- name : Install pnpm
|
||||||
|
- run: npm i -g pnpm
|
||||||
|
|
||||||
# Prettier must be in `package.json`
|
# Prettier must be in `package.json`
|
||||||
- name: Install Node.js dependencies
|
- name: Install Node.js dependencies
|
||||||
run: pnpm i -D prettier && pnpm i
|
run: pnpm i -D prettier && pnpm i
|
||||||
|
|||||||
Reference in New Issue
Block a user