Skip to content

Commit 0eeb3fe

Browse files
chore(devdeps): update dependency node to v22
1 parent 3bdaffb commit 0eeb3fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
id: cache
3333
with:
34-
node-version: '20.18.3'
34+
node-version: '22.14.0'
3535
cache: 'pnpm'
3636

3737
- run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-node@v4
3131
id: cache
3232
with:
33-
node-version: '20.18.3'
33+
node-version: '22.14.0'
3434
cache: 'pnpm'
3535

3636
- run: pnpm install --frozen-lockfile

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-node@v4
4545
id: cache
4646
with:
47-
node-version: '20.18.3'
47+
node-version: '22.14.0'
4848
cache: 'pnpm'
4949

5050
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)