We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fce40 commit aadee1aCopy full SHA for aadee1a
.github/workflows/commit.yml
@@ -14,12 +14,7 @@ jobs:
14
- uses: actions/setup-node@v2
15
with:
16
node-version: '20'
17
- - uses: actions/cache@v2
18
- with:
19
- path: ~/.npm
20
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21
- restore-keys: |
22
- ${{ runner.os }}-node-
+
23
- run: npm install
24
working-directory: backend
25
- run: npm run build
@@ -33,12 +28,6 @@ jobs:
33
28
34
29
35
30
36
37
38
39
40
41
42
31
43
32
44
- run: npm run test
0 commit comments