Commit e388109 1 parent 11a27d8 commit e388109 Copy full SHA for e388109
File tree 5 files changed +209
-180
lines changed
5 files changed +209
-180
lines changed Original file line number Diff line number Diff line change 1
- FROM node:16 -buster-slim
1
+ FROM node:17 -buster-slim
2
2
3
3
# Prefer node package manager that more efficient
4
4
RUN npm i -g pnpm
Original file line number Diff line number Diff line change 25
25
registry-url : https://registry.npmjs.org/
26
26
27
27
- name : 🔃 Setup PNPM modules
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
29
29
with :
30
30
path : ~/.pnpm-store
31
31
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
52
52
run : npm test
53
53
54
54
- name : 🚀 Deploy
55
- uses : JamesIves/github-pages-deploy-action@v4.2.5
55
+ uses : JamesIves/github-pages-deploy-action@v4.3.0
56
56
if : github.event_name != 'pull_request' # Don't deploy, it will be dangerous if someone submit dangerous pull request
57
57
with :
58
58
branch : dist # The branch the action should deploy to.
Original file line number Diff line number Diff line change 26
26
registry-url : https://registry.npmjs.org/
27
27
28
28
- name : 🔃 Setup PNPM modules
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
30
30
with :
31
31
path : ~/.pnpm-store
32
32
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 15
15
},
16
16
"dependencies" : {
17
17
"@polkadot/api" : " ^7.9.1" ,
18
- "@polkadot/keyring" : " ^8.4.1 " ,
18
+ "@polkadot/keyring" : " ^9.0.0 " ,
19
19
"@polkadot/types" : " ^7.9.1" ,
20
- "@polkadot/util" : " ^8.4.1 " ,
21
- "@polkadot/util-crypto" : " ^8.4.1 "
20
+ "@polkadot/util" : " ^9.0.0 " ,
21
+ "@polkadot/util-crypto" : " ^9.0.0 "
22
22
},
23
23
"devDependencies" : {
24
24
"@blackprint/cli-tools" : " 0.3.18" ,
25
25
"@blackprint/engine" : " 0.6.4" ,
26
- "@blackprint/sketch" : " 0.6.7 " ,
26
+ "@blackprint/sketch" : " 0.6.8 " ,
27
27
"@polkadot/extension-dapp" : " ^0.42.9" ,
28
28
"@polkadot/extension-inject" : " ^0.42.9" ,
29
29
"dotenv" : " ^16.0.0" ,
30
30
"jest" : " ^27.4.7" ,
31
- "node-fetch" : " ^2.6.7 " ,
32
- "scarletsframe" : " 0.35.9 "
31
+ "node-fetch" : " ^3.0.0 " ,
32
+ "scarletsframe" : " 0.35.15 "
33
33
},
34
34
"keywords" : [
35
35
" blackprint" ,
You can’t perform that action at this time.
0 commit comments