fix(ci): update ci configuration

This commit is contained in:
2023-10-20 08:42:02 +00:00
parent c43863578c
commit f51588d4d7

View File

@@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version-file: ".nvmrc"
cache: pnpm
cache: npm
- run: npm install
- run: npm run lint