Skip to content

Commit c0c58fe

Browse files
Removed deprecated actions
1 parent a22b0b2 commit c0c58fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/validate-module.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
with:
2222
node-version: 16
2323
registry-url: https://registry.npmjs.org
24-
# Cache Node Module Dependencies
25-
- name: Cache Node Module Dependencies
26-
uses: actions/cache@v2
27-
with:
28-
path: "module/node_modules"
29-
key: nodemodules-${{ runner.os }}-${{ hashFiles('module/package-lock.json') }}
3024
# Install Dependencies
3125
- name: Install Dependencies
3226
working-directory: module

0 commit comments

Comments
 (0)