Skip to content

Commit 1e0f427

Browse files
chore(deps): update dependency node
1 parent 592c59f commit 1e0f427

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 22
2929
cache: 'pnpm'
3030
- name: Check package.json files
3131
run: pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Node.js
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: 20
52+
node-version: 22
5353
cache: 'pnpm'
5454
registry-url: 'https://registry.npmjs.org'
5555
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
- id: set-matrix
2323
run: node .github/workflows/list-workspaces.js test:types lint test:unit >> $GITHUB_OUTPUT
2424
types:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
cache: 'pnpm'
4343
- name: Install dependencies
4444
run: pnpm install
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Node.js
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: 20
64+
node-version: 22
6565
cache: 'pnpm'
6666
- name: Install dependencies
6767
run: pnpm install
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install Node.js
8585
uses: actions/setup-node@v4
8686
with:
87-
node-version: 20
87+
node-version: 22
8888
cache: 'pnpm'
8989
- name: Install dependencies
9090
run: pnpm install

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pnpm 10.11.0
2-
nodejs 22.4.1
2+
nodejs 22.18.0

0 commit comments

Comments
 (0)