Skip to content

Commit 9d8c3e8

Browse files
Update issue887.yml
1 parent 7e67425 commit 9d8c3e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/issue887.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "20"
14+
node-version: frontend/educator/.nvmrc
1515
cache: 'yarn'
16-
cache-dependency-path: '**/yarn.lock'
16+
cache-dependency-path: frontend/educator/**/yarn.lock
17+
always-auth: false
18+
check-latest: false
19+
token:***

0 commit comments

Comments
 (0)