Skip to content

Commit

Permalink
[FSSDK-9586] update node versions in ci workflows
Browse files Browse the repository at this point in the history
also bump javascript-sdk version
  • Loading branch information
raju-opti committed Mar 11, 2024
1 parent f02a720 commit ed4b109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16', '18' ]
node: [ '14', 16', '18', '20' ]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@optimizely/optimizely-sdk": "^5.0.1",
"@optimizely/optimizely-sdk": "^5.1.0",
"hoist-non-react-statics": "^3.3.0",
"prop-types": "^15.6.2",
"utility-types": "^2.1.0 || ^3.0.0"
Expand Down

0 comments on commit ed4b109

Please sign in to comment.