Skip to content

Commit

Permalink
Update node version in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Nov 29, 2023
1 parent 872b8ee commit 0bce550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint
on:
push:
branches:
- main
- main
pull_request:

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
- name: Install dependencies
run: yarn
- name: Fetch Algorithms
Expand Down

1 comment on commit 0bce550

@vercel
Copy link

@vercel vercel bot commented on 0bce550 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

the-algorithms.com
website-thealgorithms.vercel.app
website-git-main-thealgorithms.vercel.app

Please sign in to comment.