Commit dd1c24f 1 parent 773788f commit dd1c24f Copy full SHA for dd1c24f
File tree 6 files changed +1364
-924
lines changed
6 files changed +1364
-924
lines changed Original file line number Diff line number Diff line change 1
- FROM node:18 -buster-slim
1
+ FROM node:20 -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 1
- FROM node:18 -buster-slim
1
+ FROM node:20 -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 @@ -17,10 +17,10 @@ jobs:
17
17
timeout-minutes : 6 # Usually this will be finish under 6 minutes
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : ⚙ Setup Node.js
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 16
26
26
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
timeout-minutes : 6 # Usually this will be finish under 6 minutes
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : ⚙ Setup Node.js
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : 16
27
27
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 23
23
"@polkadot/util-crypto" : " ^12.1.2"
24
24
},
25
25
"devDependencies" : {
26
- "@blackprint/cli-tools" : " 0.3.29 " ,
27
- "@blackprint/engine" : " 0.9.0 " ,
28
- "@blackprint/sketch" : " 0.9.0 " ,
26
+ "@blackprint/cli-tools" : " 0.3.30 " ,
27
+ "@blackprint/engine" : " 0.9.2 " ,
28
+ "@blackprint/sketch" : " 0.9.1 " ,
29
29
"@polkadot/extension-dapp" : " ^0.46.2" ,
30
30
"@polkadot/extension-inject" : " ^0.46.2" ,
31
31
"dotenv" : " ^16.0.3" ,
You can’t perform that action at this time.
0 commit comments