Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 17, 2023
1 parent d4d1c5f commit e213e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build NextJS App
name: Check types and lint

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.8.x, 18.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit e213e19

@vercel
Copy link

@vercel vercel bot commented on e213e19 May 17, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.