File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plan: standard-2
55global_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
Original file line number Diff line number Diff line change 1- 18.12
1+ 22.13
Original file line number Diff line number Diff line change 1- 18.12
1+ 22.13
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments