Skip to content

Commit f488506

Browse files
chore(deps): update dependency node to v22 (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e97d61d commit f488506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
- run: npm install
3232
- run: npm run lint
3333
release:
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v5
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
- run: npm install
4343
- run: npx semantic-release
4444
env:

0 commit comments

Comments
 (0)