Skip to content

Commit cb85817

Browse files
Update dependency node to v22 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ef4c2c commit cb85817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v5
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

0 commit comments

Comments
 (0)