Skip to content

Commit e52f2c6

Browse files
committed
chore(ci): use node 20
1 parent d42350c commit e52f2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node 🔧
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "18"
29+
node-version: "20"
3030
cache: "npm"
3131

3232
- name: Install Dependencies 🔧

0 commit comments

Comments
 (0)