Bump GH actions (#389)

* Bump GH actions

* Rewrite
This commit is contained in:
Jaco Greeff
2020-10-26 12:25:42 +01:00
committed by GitHub
parent 0f5108ca90
commit c0393bcc7c
15 changed files with 153 additions and 173 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ module.exports = Object.assign({}, config, {
'\\.(css|less)$': 'empty/object',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': 'empty/object'
},
resolver: './jest.resolver.js'
resolver: '@polkadot/dev/config/jest-resolver'
});