Skip to content

Commit 3fc0237

Browse files
Update dependency node to v22.22.0 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0b5bff commit 3fc0237

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Use Node.js 22
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 22.21.1
45+
node-version: 22.22.0
4646
- name: Cache node modules
4747
uses: actions/cache@v5
4848
with:
@@ -62,7 +62,7 @@ jobs:
6262
- name: Use Node.js 22
6363
uses: actions/setup-node@v4
6464
with:
65-
node-version: 22.21.1
65+
node-version: 22.22.0
6666
- name: Cache node modules
6767
uses: actions/cache@v5
6868
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 22.x
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 22.21.1
22+
node-version: 22.22.0
2323

2424
- name: Install Dependencies
2525
run: npm ci

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@changesets/cli": "2.29.8",
4343
"@cloudfour/eslint-config": "24.0.0",
4444
"@types/globrex": "0.1.4",
45-
"@types/node": "22.19.5",
45+
"@types/node": "22.19.7",
4646
"@types/sade": "1.8.0",
4747
"@types/simplecrawler": "1.1.5",
4848
"eslint": "9.14.0",

0 commit comments

Comments
 (0)