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 11e5e17 commit da56183Copy full SHA for da56183
.github/workflows/deploy.yml
@@ -31,13 +31,6 @@ jobs:
31
- name: Setup Pages
32
uses: actions/configure-pages@v4
33
34
- - name: Restore cache
35
- uses: actions/cache@v4
36
- with:
37
- path: |
38
- **/node_modules
39
- key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
40
-
41
- name: Install dependencies
42
run: npm ci
43
.github/workflows/test-deploy.yml
@@ -17,13 +17,6 @@ jobs:
17
node-version: 20.x
18
cache: 'npm'
19
20
21
22
23
24
25
26
27
28
29
0 commit comments