Skip to content

Commit

Permalink
ci: removed check of the unsupported LTS 16 version of node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
donBarbos committed Oct 25, 2023
1 parent ea7fe83 commit 3d33d9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]

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

2 comments on commit 3d33d9e

@donBarbos
Copy link
Owner Author

Choose a reason for hiding this comment

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

Device URL
mobile https://md-share.vercel.app

Device URL
mobile https://md-share.vercel.app/about

Device URL
mobile https://md-share.vercel.app/contact

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

@vercel
Copy link

@vercel vercel bot commented on 3d33d9e Oct 25, 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.