We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa7eda commit fc778e9Copy full SHA for fc778e9
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: 16
22
- path: '.'
23
- #package-manager: 'pnpm'
+ path: .
+ # package-manager: 'pnpm'
24
25
- name: Install dependencies
26
run: npm install
0 commit comments