Skip to content

Commit 31af372

Browse files
authored
updates (#621)
* updates * updates
1 parent 05cd8ba commit 31af372

File tree

4 files changed

+153
-185
lines changed

4 files changed

+153
-185
lines changed

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
node-version: [18.x, 20.x, 22.x]
30+
node-version: [18.x, 20.x, 22.x, 24.x]
3131
os: [ubuntu-latest, windows-latest, macos-latest]
3232

3333
steps:
@@ -80,11 +80,11 @@ jobs:
8080
fetch-depth: 0 # Fetch the history, or this action won't work
8181
ref: 'master'
8282

83-
- name: Use Node.js 18
83+
- name: Use Node.js 22
8484
if: steps.automerge.outputs.mergeResult == 'merged'
8585
uses: actions/setup-node@v4
8686
with:
87-
node-version: 18
87+
node-version: 22
8888

8989
- name: Determine version
9090
if: steps.automerge.outputs.mergeResult == 'merged'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ If you find errors in the definitions, e.g., function calls that should be allow
211211
Placeholder for the next version (at the beginning of the line):
212212
### **WORK IN PROGRESS**
213213
-->
214+
### __WORK IN PROGRESS__
215+
216+
- (@jogibear9988) Fixed ESM export of TokenRefresher
217+
214218
### 3.3.1 (2025-08-01)
215219

216220
- (@GermanBluefox) Changed getAbsoluteInstanceDataDir to accept the namespace as argument

0 commit comments

Comments
 (0)