Skip to content

Commit 7ca64d4

Browse files
renovate[bot]bakerboy448
authored andcommitted
chore(deps): update dependency node to v22.22.0
1 parent d87e0ec commit 7ca64d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 22.22.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npx tsc --noEmit

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 22
26+
node-version: 22.22.0
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 22.22.0
2020
cache: npm
2121

2222
- name: Get current version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 22.22.0
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.22.0
2222
cache: npm
2323

2424
- name: Validate version format

0 commit comments

Comments
 (0)