Commit 3e7f229 1 parent 411b13a commit 3e7f229 Copy full SHA for 3e7f229
File tree 5 files changed +607
-793
lines changed
5 files changed +607
-793
lines changed Original file line number Diff line number Diff line change 1
- FROM node:16 -buster-slim
1
+ FROM node:18 -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.3
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 14
14
"build-prod" : " blackprint build production"
15
15
},
16
16
"dependencies" : {
17
- "@polkadot/api" : " 7.9 .1" ,
18
- "@polkadot/keyring" : " 8.4 .1" ,
19
- "@polkadot/types" : " 7.9 .1" ,
20
- "@polkadot/util" : " 8.4 .1" ,
21
- "@polkadot/util-crypto" : " 8.4 .1"
17
+ "@polkadot/api" : " 8.2 .1" ,
18
+ "@polkadot/keyring" : " 9.0 .1" ,
19
+ "@polkadot/types" : " 8.2 .1" ,
20
+ "@polkadot/util" : " 9.0 .1" ,
21
+ "@polkadot/util-crypto" : " 9.0 .1"
22
22
},
23
23
"devDependencies" : {
24
24
"@blackprint/cli-tools" : " 0.3.18" ,
27
27
"@polkadot/extension-dapp" : " ^0.43.0" ,
28
28
"@polkadot/extension-inject" : " ^0.43.0" ,
29
29
"dotenv" : " ^16.0.0" ,
30
- "jest" : " ^27.5.1 " ,
31
- "node-fetch" : " ^2.6.7 " ,
30
+ "jest" : " ^28.0.0 " ,
31
+ "node-fetch" : " ^3.0.0 " ,
32
32
"vinyl" : " ^2.2.1" ,
33
33
"scarletsframe" : " 0.35.15"
34
34
},
You can’t perform that action at this time.
0 commit comments