|
@@ -78,19 +78,19 @@ jobs:
|
|
|
- name: use Node.js 16
|
|
|
uses: actions/setup-node@v3
|
|
|
with:
|
|
|
- node-version: '16.x'
|
|
|
-
|
|
|
- - name: Get yarn cache directory path
|
|
|
- id: yarn-cache-dir-path
|
|
|
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
|
-
|
|
|
- - name: Cache dependencies
|
|
|
- uses: actions/cache@v3
|
|
|
- with:
|
|
|
- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
|
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
|
|
- restore-keys: |
|
|
|
- ${{ runner.os }}-yarn-
|
|
|
+ node-version: '20.x'
|
|
|
+
|
|
|
+# - name: Get yarn cache directory path
|
|
|
+# id: yarn-cache-dir-path
|
|
|
+# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
|
+#
|
|
|
+# - name: Cache dependencies
|
|
|
+# uses: actions/cache@v3
|
|
|
+# with:
|
|
|
+# path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
|
+# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
|
|
+# restore-keys: |
|
|
|
+# ${{ runner.os }}-yarn-
|
|
|
|
|
|
- name: Set SSH Environment
|
|
|
env:
|