File tree 16 files changed +30
-30
lines changed
16 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 35
35
- name : Install Dependencies
36
36
uses : ./.github/actions/install-dependencies
37
37
env :
38
- node-version : 16.14
38
+ node-version : 16.18
39
39
40
40
- name : Build
41
41
run : pnpm run build
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- uses : pnpm/action-setup@v2
17
17
with :
18
18
version : 8.8.0
19
- - name : Use Node.js 16.14
19
+ - name : Use Node.js 16.18
20
20
uses : actions/setup-node@v3
21
21
with :
22
- node-version : 16.14
22
+ node-version : 16.18
23
23
cache : " pnpm"
24
24
25
25
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- uses : pnpm/action-setup@v2
18
18
with :
19
19
version : 8.8.0
20
- - name : Use Node.js 16.14
20
+ - name : Use Node.js 16.18
21
21
uses : actions/setup-node@v3
22
22
with :
23
- node-version : 16.14
23
+ node-version : 16.18
24
24
cache : " pnpm"
25
25
26
26
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
- uses : pnpm/action-setup@v2
24
24
with :
25
25
version : 8.8.0
26
- - name : Use Node.js 16.14
26
+ - name : Use Node.js 16.18
27
27
uses : actions/setup-node@v3
28
28
with :
29
- node-version : 16.14
29
+ node-version : 16.18
30
30
cache : " pnpm"
31
31
32
32
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
- uses : pnpm/action-setup@v2
22
22
with :
23
23
version : 8.8.0
24
- - name : Use Node.js 16.14
24
+ - name : Use Node.js 16.18
25
25
uses : actions/setup-node@v3
26
26
with :
27
- node-version : 16.14
27
+ node-version : 16.18
28
28
cache : " pnpm"
29
29
30
30
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : " Create .env file"
@@ -83,10 +83,10 @@ jobs:
83
83
- uses : pnpm/action-setup@v2
84
84
with :
85
85
version : 8.8.0
86
- - name : Use Node.js 16.14
86
+ - name : Use Node.js 16.18
87
87
uses : actions/setup-node@v3
88
88
with :
89
- node-version : 16.14
89
+ node-version : 16.18
90
90
cache : " pnpm"
91
91
92
92
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Pull Request
3
3
on : pull_request
4
4
5
5
env :
6
- node-version : 16.14
6
+ node-version : 16.18
7
7
jobs :
8
8
add-to-project :
9
9
name : Add PR to project
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8.8.0
21
- - name : Use Node.js 16.14
21
+ - name : Use Node.js 16.18
22
22
uses : actions/setup-node@v3
23
23
with :
24
- node-version : 16.14
24
+ node-version : 16.18
25
25
cache : " pnpm"
26
26
27
27
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
- uses : pnpm/action-setup@v2
21
21
with :
22
22
version : 8.8.0
23
- - name : Use Node.js 16.14
23
+ - name : Use Node.js 16.18
24
24
uses : actions/setup-node@v3
25
25
with :
26
- node-version : 16.14
26
+ node-version : 16.18
27
27
cache : " pnpm"
28
28
29
29
- name : Install workerd Dependencies
Original file line number Diff line number Diff line change 48
48
"turbo" : " ^1.10.14"
49
49
},
50
50
"engines" : {
51
- "node" : " >=16.13 .0"
51
+ "node" : " >=16.17 .0"
52
52
},
53
53
"volta" : {
54
54
"node" : " 16.13.0"
Original file line number Diff line number Diff line change 206
206
"fsevents" : " ~2.3.2"
207
207
},
208
208
"engines" : {
209
- "node" : " >=16.13 .0"
209
+ "node" : " >=16.17 .0"
210
210
}
211
211
}
You can’t perform that action at this time.
0 commit comments