rugk 4 лет назад
Родитель
Сommit
b80732f8e2
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      .github/workflows/tests.yml

+ 3 - 1
.github/workflows/tests.yml

@@ -93,9 +93,11 @@ jobs:
       uses: actions/checkout@v2
       uses: actions/checkout@v2
       
       
     - name: Setup Node
     - name: Setup Node
-      uses: actions/setup-node@v1
+      uses: actions/setup-node@v2
       with:
       with:
         node-version: '12'
         node-version: '12'
+        cache: 'npm'
+        cache-dependency-path: 'js/package-lock.json'
         
         
     - name: Setup Mocha
     - name: Setup Mocha
       run: npm install -g mocha
       run: npm install -g mocha