File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
lint-test-sdk :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- name : Use Node.js
13
- uses : actions/setup-node@v1
13
+ uses : actions/setup-node@v3
14
14
with :
15
- node-version : ' 16 .x'
15
+ node-version : ' 18 .x'
16
16
- uses : actions/cache@v2
17
17
with :
18
18
path : ' ./node_modules'
@@ -31,11 +31,11 @@ jobs:
31
31
typecheck :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- name : Use Node.js
36
- uses : actions/setup-node@v1
36
+ uses : actions/setup-node@v3
37
37
with :
38
- node-version : ' 16 .x'
38
+ node-version : ' 18 .x'
39
39
- uses : actions/cache@v2
40
40
with :
41
41
path : ' ./node_modules'
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : ' 16 .x'
13
+ node-version : ' 18 .x'
14
14
- run : yarn install
15
15
- run : yarn test
16
16
- uses : JS-DevTools/npm-publish@v3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/js-client-sdk-common" ,
3
- "version" : " 2.2.3 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Eppo SDK for client-side JavaScript applications (base for both web and react native)" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
7
7
" /dist"
8
8
],
9
9
"types" : " ./dist/index.d.ts" ,
10
10
"engines" : {
11
- "node" : " >=16 .20"
11
+ "node" : " >=18 .20"
12
12
},
13
13
"exports" : {
14
14
"." : {
You can’t perform that action at this time.
0 commit comments