Skip to content

Commit a71cbfa

Browse files
authored
Update LLMPhD.yml
1 parent 3d3694d commit a71cbfa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/LLMPhD.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
echo Add other actions to build,
3636
echo test, and deploy your project.
3737
- name: Setup Node.js environment
38-
uses: actions/[email protected]
39-
with:
38+
- uses: actions/[email protected]
39+
with:
4040
# Set always-auth in npmrc.
4141
always-auth: # optional, default is false
4242
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
@@ -56,8 +56,7 @@ jobs:
5656
# Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
5757
cache: # optional
5858
# Used to specify the path to a dependency file: package-lock.json, yarn.lock, etc. Supports wildcards or a list of file names for caching multiple dependencies.
59-
cache-dependency-path: # optional
60-
59+
cache-dependency-path: # optional
6160

6261

6362

0 commit comments

Comments
 (0)