Skip to content

Commit 73f58cc

Browse files
committed
mysql
1 parent 9c44274 commit 73f58cc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/github-actions.yml

-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: '18'
19-
- name: Cache NPM dependencies
20-
uses: actions/cache@v2
21-
with:
22-
path: node_modules
23-
key: ${{ runner.OS }}-npm-cache
24-
restore-keys: |
25-
${{ runner.OS }}-npm-cache
2619
- name: Install Dependencies
2720
run: npm install
2821
- name: Build

0 commit comments

Comments
 (0)