Skip to content

Commit

Permalink
Removing Node 12.x version
Browse files Browse the repository at this point in the history
Removed Node 12.x version because it was breaking the build (see the reason here: SAP-samples/hana-developer-cli-tool-example#57)
  • Loading branch information
WillRock19 authored Mar 25, 2023
1 parent c098369 commit e899403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

# Steps represent a sequence of tasks that will be executed as part of the job.
# The actions/checkout@v3 is a standard action that must be included when the workflow requires a copy of the repository's code
Expand Down

0 comments on commit e899403

Please # to comment.