We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660baa4 commit b1a8e85Copy full SHA for b1a8e85
.github/workflows/format-check.yml
@@ -19,7 +19,6 @@ jobs:
19
uses: actions/setup-node@v6
20
with:
21
node-version: 24
22
- cache: 'npm'
23
24
- name: Install dependencies
25
run: npm install
.github/workflows/integration-test.yml
@@ -35,7 +35,6 @@ jobs:
35
36
37
node-version: ${{ matrix.node-version }}
38
39
40
41
.github/workflows/unit-test.yml
0 commit comments