Commit 00c0ecd 1 parent 4c5311a commit 00c0ecd Copy full SHA for 00c0ecd
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
uses : pnpm/action-setup@v4
18
18
with :
19
19
version : 9
20
- - name : Use Node.js 18
20
+ - name : Use Node.js 20
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 18
23
+ node-version : 20
24
24
cache : ' pnpm'
25
25
- name : Install dependencies
26
26
run : pnpm install
@@ -55,10 +55,10 @@ jobs:
55
55
uses : pnpm/action-setup@v4
56
56
with :
57
57
version : 9
58
- - name : Use Node.js 18
58
+ - name : Use Node.js 20
59
59
uses : actions/setup-node@v4
60
60
with :
61
- node-version : 18
61
+ node-version : 20
62
62
cache : ' pnpm'
63
63
- name : Install dependencies
64
64
run : pnpm install
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- node-version : [18, 20, 22]
26
+ node-version : [20, 22]
27
27
steps :
28
28
- name : Checkout repository
29
29
uses : actions/checkout@v4
47
47
runs-on : ubuntu-latest
48
48
strategy :
49
49
matrix :
50
- node-version : [18, 20, 22]
50
+ node-version : [20, 22]
51
51
steps :
52
52
- name : Checkout repository
53
53
uses : actions/checkout@v4
@@ -77,10 +77,10 @@ jobs:
77
77
uses : pnpm/action-setup@v4
78
78
with :
79
79
version : 9
80
- - name : Use Node.js 18
80
+ - name : Use Node.js 20
81
81
uses : actions/setup-node@v4
82
82
with :
83
- node-version : 18
83
+ node-version : 20
84
84
cache : ' pnpm'
85
85
- name : Install dependencies
86
86
run : pnpm install
Original file line number Diff line number Diff line change 3
3
"version" : " 4.1.3" ,
4
4
"type" : " module" ,
5
5
"engines" : {
6
- "node" : " >=18.12.0 "
6
+ "node" : " >=20 "
7
7
},
8
8
"description" : " Skeleton for ZPTX projects, containing the base for our Discord projects" ,
9
9
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments