File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
node-version :
19
- - 18.x
20
19
- 20.x
21
20
- 22.x
21
+ - 24.x
22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
47
47
- uses : actions/checkout@v4
48
48
- uses : actions/setup-node@v4
49
49
with :
50
- node-version : 18
50
+ node-version : 20
51
51
cache : ' npm'
52
52
53
53
- name : Install
69
69
- uses : actions/checkout@v4
70
70
- uses : actions/setup-node@v4
71
71
with :
72
- # we need 'fetch' for this test, which is only in 18
73
- node-version : 18
72
+ node-version : 20
74
73
cache : ' npm'
75
74
76
75
- name : Install
Original file line number Diff line number Diff line change 31
31
"url" : " https://github.com/open-feature/js-sdk/issues"
32
32
},
33
33
"homepage" : " https://github.com/open-feature/js-sdk#readme" ,
34
- "engines" : {
35
- "node" : " >=18"
36
- },
37
34
"devDependencies" : {
38
35
"@rollup/plugin-typescript" : " ^12.0.0" ,
39
36
"@testing-library/jest-dom" : " ^6.4.2" ,
Original file line number Diff line number Diff line change 45
45
},
46
46
"homepage" : " https://github.com/open-feature/js-sdk#readme" ,
47
47
"engines" : {
48
- "node" : " >=18 "
48
+ "node" : " >=20 "
49
49
},
50
50
"peerDependencies" : {
51
51
"@openfeature/core" : " ^1.7.0"
You can’t perform that action at this time.
0 commit comments