Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove the node version 14.x (as it is obsolete)
  • Loading branch information
akantchev committed Apr 25, 2024
1 parent 4e13ade commit 0c1a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 0c1a019

Please sign in to comment.