Skip to content

Commit 0bce550

Browse files
committed
Update node version in lint workflow
1 parent 872b8ee commit 0bce550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: lint
22
on:
33
push:
44
branches:
5-
- main
5+
- main
66
pull_request:
77

88
jobs:
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "14"
16+
node-version: "18"
1717
- name: Install dependencies
1818
run: yarn
1919
- name: Fetch Algorithms

0 commit comments

Comments
 (0)