We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceac0a commit bc8c5fdCopy full SHA for bc8c5fd
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 24
27
registry-url: "https://registry.npmjs.org/"
28
- name: Install dependencies
29
- run: npm ci
+ run: npm install
30
- name: Run tests
31
run: npm test
32
- name: Build the package
@@ -55,7 +55,9 @@ jobs:
55
56
57
58
59
+ - name: Restore tracked files
60
+ run: git restore .
61
- name: Run semantic-release
62
run: npx semantic-release
63
@@ -80,7 +82,7 @@ jobs:
80
82
81
83
cache: npm
84
85
86
- name: Build documentation
87
run: npm run docs:build
88
- name: Setup Pages
0 commit comments