Skip to content

Commit aadee1a

Browse files
committed
remove cache
1 parent b5fce40 commit aadee1a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
with:
1616
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-
17+
2318
- run: npm install
2419
working-directory: backend
2520
- run: npm run build
@@ -33,12 +28,6 @@ jobs:
3328
- uses: actions/setup-node@v2
3429
with:
3530
node-version: '20'
36-
- uses: actions/cache@v2
37-
with:
38-
path: ~/.npm
39-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
40-
restore-keys: |
41-
${{ runner.os }}-node-
4231
- run: npm install
4332
working-directory: backend
4433
- run: npm run test

0 commit comments

Comments
 (0)