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 b6defa1 commit 4746e1fCopy full SHA for 4746e1f
.github/workflows/eslint.yml
@@ -17,14 +17,14 @@ jobs:
17
- name: Check out Git repository
18
uses: actions/checkout@v4
19
20
+ - uses: pnpm/action-setup@v4
21
+
22
- name: Set up Node.js
23
uses: actions/setup-node@v4
24
with:
25
node-version: latest
26
cache: pnpm
27
- - uses: pnpm/action-setup@v4
-
28
- name: Install Node.js dependencies
29
run: pnpm install
30
.github/workflows/stylelint.yml
0 commit comments