Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 08e559a

Browse files
chore(deps): update dependency node to v22
1 parent fc66e8f commit 08e559a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.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: 20
26+
node-version: 22
2727
registry-url: https://registry.npmjs.org/
2828
- run: yarn install
2929
- run: yarn npm publish

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20'
15+
node-version: '22'
1616
cache: 'yarn'
1717
- run: yarn
1818
- run: yarn build

0 commit comments

Comments
 (0)