We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2fe2ce + 7ed7df8 commit 880b6d8Copy full SHA for 880b6d8
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: '20'
+ node-version: '22'
26
cache: 'pnpm'
27
cache-dependency-path: 'pnpm-lock.yaml'
28
.github/workflows/ci.yml
@@ -28,13 +28,13 @@ jobs:
29
30
31
32
33
34
-
+
35
- name: Install dependencies
36
run: pnpm install --frozen-lockfile
37
38
- name: Run Lint
39
run: pnpm lint
40
0 commit comments