Skip to content

Commit 5b2c889

Browse files
Upgraded-nodejs-to-v22.13 (#34)
1 parent b6f93fe commit 5b2c889

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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
8+
- neetoci-version node 22.13
99
- cache restore
1010
- yarn install
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
17+
- sem-version node 22.13
1818
- yarn install
1919
env_vars:
2020
- name: ENV

0 commit comments

Comments
 (0)