Skip to content

Commit 7a81cd2

Browse files
Merge pull request #292 from splitio/update_node_version
Update CHANGES entry date and GH action script
2 parents 266b9f7 + e50b087 commit 7a81cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up nodejs
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: 'lts/*'
2828
cache: 'npm'

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.13.1 (January 11, 2024)
1+
1.13.1 (January 10, 2024)
22
- Updated client `destroy` method to release SDK key immediately and avoid unexpected warning logs when a factory is created with the same SDK key after the previous one was destroyed.
33

44
1.13.0 (January 4, 2024)

0 commit comments

Comments
 (0)