Skip to content

Commit f809b7d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 16.x
23+
node-version: 22.x
2424
- name: Install dependencies
2525
run: npm install
2626
- name: Validate all commits from PR

0 commit comments

Comments
 (0)