We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e67425 commit 9d8c3e8Copy full SHA for 9d8c3e8
.github/workflows/issue887.yml
@@ -11,6 +11,9 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: "20"
+ node-version: frontend/educator/.nvmrc
15
cache: 'yarn'
16
- cache-dependency-path: '**/yarn.lock'
+ cache-dependency-path: frontend/educator/**/yarn.lock
17
+ always-auth: false
18
+ check-latest: false
19
+ token:***
0 commit comments