Skip to content

Commit 37122ca

Browse files
committed
chore(deps): bump to nodejs 22.19.0
1 parent 68d2a36 commit 37122ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
node-version:
19-
- 22.19.5
19+
- 22.19.0
2020
- 24.8.0
2121
steps:
2222
- name: checkout
@@ -57,7 +57,7 @@ jobs:
5757
- name: prepare node
5858
uses: actions/setup-node@v5.0.0
5959
with:
60-
node-version: 22.19.5
60+
node-version: 22.19.0
6161
cache: npm
6262
cache-dependency-path: package-lock.json
6363
- name: install

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: prepare node
2424
uses: actions/setup-node@v5.0.0
2525
with:
26-
node-version: 22.19.5
26+
node-version: 22.19.0
2727
cache: npm
2828
- name: install
2929
run: npm ci

.github/workflows/update_package_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version:
14-
- 22.19.5
14+
- 22.19.0
1515
browser:
1616
- chrome
1717
steps:

.github/workflows/update_readme_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: prepare node
1515
uses: actions/setup-node@v5.0.0
1616
with:
17-
node-version: 22.19.5
17+
node-version: 22.19.0
1818
- name: install
1919
run: npm ci
2020
- name: run docs

0 commit comments

Comments
 (0)