Skip to content

Commit 8e3b29a

Browse files
authored
[FSSDK-9586] update node versions in ci workflows (#249)
1 parent f02a720 commit 8e3b29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/react.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node: [ '16', '18' ]
15+
node: [ '14', '16', '18', '20' ]
1616
steps:
1717
- name: Checkout branch
1818
uses: actions/checkout@v3

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@optimizely/optimizely-sdk": "^5.0.1",
37+
"@optimizely/optimizely-sdk": "^5.1.0",
3838
"hoist-non-react-statics": "^3.3.0",
3939
"prop-types": "^15.6.2",
4040
"utility-types": "^2.1.0 || ^3.0.0"

0 commit comments

Comments
 (0)