Skip to content

Commit 1c0ee59

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 20.19.0
26+
node-version: 22.14.0
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm run lint

0 commit comments

Comments
 (0)