Skip to content

Commit 154c91f

Browse files
Upgraded nodejs to v22.13 (#53)
1 parent d23c7a7 commit 154c91f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup NodeJS LTS version
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: "18.12.0"
17+
node-version: "22.13"
1818

1919
- name: Setup the project
2020
run: yarn install

.neetoci/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan: standard-2
55
global_job_config:
66
setup:
77
- checkout
8-
- neetoci-version node 18.12.0
8+
- neetoci-version node 22.13
99
- cache restore
1010
- yarn install --frozen-lockfile
1111
- cache store

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.12
1+
22.13

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.12
1+
22.13

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ global_job_config:
1414
prologue:
1515
commands:
1616
- checkout
17-
- sem-version node 18.12.0
17+
- sem-version node 22.13
1818
- yarn install
1919
env_vars:
2020
- name: ENV

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:jsdoc": "node ./.scripts/jsdoc-builder.mjs"
2727
},
2828
"engines": {
29-
"node": ">=18.12",
29+
"node": ">=22.13",
3030
"npm": ">=9",
3131
"yarn": ">=1.22"
3232
},

0 commit comments

Comments
 (0)