Skip to content

Commit d0386eb

Browse files
committed
chore(deps): update dependency node to v22
1 parent 1a3f395 commit d0386eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-node@v5
2828
with:
29-
node-version: 20
29+
node-version: 22
3030
- run: npm install
3131
- run: npm run lint
3232
conventional-commits:
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: actions/setup-node@v5
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
- run: npm install
4343
- name: Validate PR commits with commitlint
4444
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v5
3232
- uses: actions/setup-node@v5
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
registry-url: 'https://registry.npmjs.org'
3636
- run: npm ci
3737
- name: Publish to npm 🚀

0 commit comments

Comments
 (0)