Skip to content

Commit 252d692

Browse files
update node version in workflow
1 parent 0750b8f commit 252d692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16
33+
node-version: 18
3434

3535
# Runs a single command using the runners shell
3636
- name: Install dependencies

src/main/map.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class JsStoreMap {
2323
}
2424

2525
/**
26-
* Returns a boolean indicating whether a value has been associated with the passed key in the Map object or not.
26+
* Returns a boolean indicating whether a value has been associated with the passed key in the MapStore or not.
2727
*
2828
* @param {string} key
2929
* @return {*}

0 commit comments

Comments
 (0)