Browse Source

Remove non-working CI cache (#2387)

Jaco Greeff 5 years ago
parent
commit
7bf992a1bb

+ 0 - 40
.github/workflows/pr-any.yml

@@ -14,16 +14,6 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: Config yarn cache
-      id: yarn-cache-dir-path
-      run: echo "::set-output name=dir::$(yarn cache dir)"
-    - uses: actions/cache@v1
-      id: yarn-cache
-      with:
-        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
-        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
-        restore-keys: |
-          ${{ runner.os }}-yarn-
     - name: lint
       run: |
         yarn install --immutable | grep -v 'YN0013'
@@ -41,16 +31,6 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: Config yarn cache
-      id: yarn-cache-dir-path
-      run: echo "::set-output name=dir::$(yarn cache dir)"
-    - uses: actions/cache@v1
-      id: yarn-cache
-      with:
-        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
-        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
-        restore-keys: |
-          ${{ runner.os }}-yarn-
     - name: test
       run: |
         yarn install --immutable | grep -v 'YN0013'
@@ -68,16 +48,6 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: Config yarn cache
-      id: yarn-cache-dir-path
-      run: echo "::set-output name=dir::$(yarn cache dir)"
-    - uses: actions/cache@v1
-      id: yarn-cache
-      with:
-        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
-        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
-        restore-keys: |
-          ${{ runner.os }}-yarn-
     - name: build
       run: |
         yarn install --immutable | grep -v 'YN0013'
@@ -95,16 +65,6 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: Config yarn cache
-      id: yarn-cache-dir-path
-      run: echo "::set-output name=dir::$(yarn cache dir)"
-    - uses: actions/cache@v1
-      id: yarn-cache
-      with:
-        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
-        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
-        restore-keys: |
-          ${{ runner.os }}-yarn-
     - name: build
       run: |
         yarn install --immutable | grep -v 'YN0013'

+ 0 - 10
.github/workflows/push-master.yml

@@ -20,16 +20,6 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - name: Config yarn cache
-      id: yarn-cache-dir-path
-      run: echo "::set-output name=dir::$(yarn cache dir)"
-    - uses: actions/cache@v1
-      id: yarn-cache
-      with:
-        path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
-        key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
-        restore-keys: |
-          ${{ runner.os }}-yarn-
     - name: build
       env:
         CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

+ 0 - 1
.gitignore

@@ -18,4 +18,3 @@ npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
 .idea/
-.vscode/

+ 11 - 0
.vscode/settings.json

@@ -0,0 +1,11 @@
+{
+  "editor.tabSize": 2,
+  "files.eol": "\n",
+  "npm.packageManager": "yarn",
+  "eslint.enable": true,
+  "eslint.validate": [
+    "javascript",
+    "typescript",
+    "typescriptreact"
+  ]
+}

File diff suppressed because it is too large
+ 0 - 1
.yarn/releases/yarn-berry.js


File diff suppressed because it is too large
+ 1 - 0
.yarn/releases/yarn-rc.js


+ 2 - 1
.yarnrc.yml

@@ -1,4 +1,5 @@
 enableImmutableInstalls: false
+
 enableProgressBars: false
 
 nodeLinker: node-modules
@@ -7,4 +8,4 @@ plugins:
   - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
     spec: "@yarnpkg/plugin-interactive-tools"
 
-yarnPath: .yarn/releases/yarn-berry.js
+yarnPath: .yarn/releases/yarn-rc.js

+ 2 - 2
package.json

@@ -36,8 +36,8 @@
     "@babel/core": "^7.8.7",
     "@babel/register": "^7.8.6",
     "@babel/runtime": "^7.8.7",
-    "@polkadot/dev": "^0.50.32",
-    "@polkadot/ts": "^0.3.9",
+    "@polkadot/dev": "^0.50.33",
+    "@polkadot/ts": "^0.3.10",
     "@types/bn.js": "^4.11.6",
     "@types/chart.js": "^2.9.15",
     "@types/file-saver": "^2.0.1",

+ 1 - 1
packages/apps/package.json

@@ -15,7 +15,7 @@
   "dependencies": {
     "@babel/polyfill": "^7.8.7",
     "@babel/runtime": "^7.8.7",
-    "@polkadot/dev": "^0.50.32",
+    "@polkadot/dev": "^0.50.33",
     "@polkadot/react-components": "0.40.0-beta.122",
     "@polkadot/react-signer": "0.40.0-beta.122",
     "query-string": "^6.11.1"

+ 1 - 1
packages/page-accounts/package.json

@@ -13,7 +13,7 @@
   "dependencies": {
     "@babel/runtime": "^7.8.7",
     "@polkadot/react-components": "0.40.0-beta.122",
-    "@polkadot/react-qr": "^0.52.0-beta.9",
+    "@polkadot/react-qr": "^0.52.0-beta.13",
     "detect-browser": "^5.0.0",
     "file-saver": "^2.0.2",
     "yargs": "^15.2.0"

+ 3 - 3
packages/react-components/package.json

@@ -13,10 +13,10 @@
     "@babel/runtime": "^7.8.7",
     "@polkadot/keyring": "^2.6.2",
     "@polkadot/react-api": "0.40.0-beta.122",
-    "@polkadot/react-identicon": "^0.52.0-beta.9",
+    "@polkadot/react-identicon": "^0.52.0-beta.13",
     "@polkadot/react-query": "0.40.0-beta.122",
-    "@polkadot/ui-keyring": "^0.52.0-beta.9",
-    "@polkadot/ui-settings": "^0.52.0-beta.9",
+    "@polkadot/ui-keyring": "^0.52.0-beta.13",
+    "@polkadot/ui-settings": "^0.52.0-beta.13",
     "chart.js": "^2.9.3",
     "codeflask": "^1.4.1",
     "i18next": "^19.3.2",

+ 1 - 1
packages/react-signer/package.json

@@ -12,6 +12,6 @@
   "dependencies": {
     "@babel/runtime": "^7.8.7",
     "@polkadot/react-components": "0.40.0-beta.122",
-    "@polkadot/react-qr": "^0.52.0-beta.9"
+    "@polkadot/react-qr": "^0.52.0-beta.13"
   }
 }

File diff suppressed because it is too large
+ 154 - 325
yarn.lock


Some files were not shown because too many files changed in this diff