Skip to content

Commit b2d3695

Browse files
committed
fix: lint workflow
1 parent f005684 commit b2d3695

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v5
1212
with:
13-
node-version: 20
13+
node-version: '24.14.0'
1414

1515
- name: Install dev dependencies
1616
run: yarn install
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
- uses: actions/setup-node@v5
3030
with:
31-
node-version: 20
31+
node-version: '24.14.0'
3232

3333
- name: Install dev dependencies
3434
run: yarn install

0 commit comments

Comments
 (0)