Commit 73436dd 1 parent 773788f commit 73436dd Copy full SHA for 73436dd
File tree 6 files changed +1339
-925
lines changed
6 files changed +1339
-925
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,16 +17,16 @@ 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/
27
27
28
28
- name : 🔃 Setup PNPM modules
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
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 @@ -18,16 +18,16 @@ 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/
28
28
29
29
- name : 🔃 Setup PNPM modules
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.pnpm-store
33
33
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
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.1 " ,
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