Skip to content

Commit 0788f85

Browse files
authored
[FSSDK-9586] update node versions (#911)
1 parent 4044bfb commit 0788f85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/javascript.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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 }}

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": ">=14.0.0"
97+
"node": ">=16.0.0"
9898
},
9999
"keywords": [
100100
"optimizely"

0 commit comments

Comments
 (0)