Skip to content

Commit a1658d0

Browse files
authored
[FSSDK-9586] restore node engine to >=14 (#912)
also add back unit test ci for node14
1 parent 0788f85 commit a1658d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
66-
node: ['16', '18', '20']
66+
node: ['14', '16', '18', '20']
6767
steps:
6868
- uses: actions/checkout@v3
6969
- name: Set up Node ${{ matrix.node }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
"license": "Apache-2.0",
9696
"engines": {
97-
"node": ">=16.0.0"
97+
"node": ">=14.0.0"
9898
},
9999
"keywords": [
100100
"optimizely"

0 commit comments

Comments
 (0)