File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Node
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 14
20
+ node-version : 16
21
21
cache-dependency-path : ./package-lock.json
22
22
cache : ' npm'
23
23
- name : Run linting
50
50
- name : Set up Node
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : 14
53
+ node-version : 16
54
54
cache : ' npm'
55
55
cache-dependency-path : ./package-lock.json
56
56
- name : Cross-browser and umd unit tests
63
63
runs-on : ubuntu-latest
64
64
strategy :
65
65
matrix :
66
- node : ['14 ', '16 ', '18' ]
66
+ node : ['16 ', '18 ', '20' ]
67
67
steps :
68
68
- uses : actions/checkout@v3
69
69
- name : Set up Node ${{ matrix.node }}
Original file line number Diff line number Diff line change 94
94
},
95
95
"license" : " Apache-2.0" ,
96
96
"engines" : {
97
- "node" : " >=14 .0.0"
97
+ "node" : " >=16 .0.0"
98
98
},
99
99
"keywords" : [
100
100
" optimizely"
You can’t perform that action at this time.
0 commit comments