Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix(github-worflows): remove newer Node.js versions for compatibility
Browse files Browse the repository at this point in the history
Newer versions of Node.js including 14.x, 16.x, and 18.x break the build
  • Loading branch information
Dangeranger committed Dec 11, 2023
1 parent 72ccacf commit ee2a233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
- 18.x

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

0 comments on commit ee2a233

Please sign in to comment.