File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Node
1818 uses : actions/setup-node@v3
1919 with :
20- node-version : 14
20+ node-version : 16
2121 cache-dependency-path : ./package-lock.json
2222 cache : ' npm'
2323 - name : Run linting
5050 - name : Set up Node
5151 uses : actions/setup-node@v3
5252 with :
53- node-version : 14
53+ node-version : 16
5454 cache : ' npm'
5555 cache-dependency-path : ./package-lock.json
5656 - name : Cross-browser and umd unit tests
6363 runs-on : ubuntu-latest
6464 strategy :
6565 matrix :
66- node : ['14 ', '16 ', '18' ]
66+ node : ['16 ', '18 ', '20' ]
6767 steps :
6868 - uses : actions/checkout@v3
6969 - name : Set up Node ${{ matrix.node }}
Original file line number Diff line number Diff line change 9494 },
9595 "license" : " Apache-2.0" ,
9696 "engines" : {
97- "node" : " >=14 .0.0"
97+ "node" : " >=16 .0.0"
9898 },
9999 "keywords" : [
100100 " optimizely"
You can’t perform that action at this time.
0 commit comments