Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit ce601ff

Browse files
chore(deps): update dependency node to v22
1 parent 7c05a8a commit ce601ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@main
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '18.x'
16+
node-version: '22.x'
1717
- run: npm ci
1818
- run: npm run build
1919
- run: npm run test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@main
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '18.x'
16+
node-version: '22.x'
1717
- run: npm ci
1818
- run: npm run build
1919
- run: npm run lint

0 commit comments

Comments
 (0)