Skip to content

Commit 0d73391

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
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)