We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc02ba commit 837c59aCopy full SHA for 837c59a
1 file changed
.github/workflows/run_unit_tests.yml
@@ -22,14 +22,10 @@ jobs:
22
with:
23
version: 4.0.19
24
actions-cache-folder: ".emsdk-cache"
25
- - name: Setup Node with yarn cache
+ - name: Setup Node
26
uses: actions/setup-node@v4
27
28
node-version: "22.16.0"
29
- cache: "yarn"
30
- cache-dependency-path: |
31
- package.json
32
- yarn.lock
33
- name: Install yarn package manager
34
run: npm install --global yarn
35
- name: Install dependencies
0 commit comments